diff options
author | Tim Potter <tpot@samba.org> | 2004-01-15 06:51:20 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2004-01-15 06:51:20 +0000 |
commit | c92a776bcf4210ad2073aa0d76e88b6fe82dc2a3 (patch) | |
tree | 5697c9285232545b13666cb945fc98bf80a251a1 /examples/VFS | |
parent | 1cb47a2cb7caef9c4f2d6ec3dc9dee666eeb0b08 (diff) | |
download | samba-c92a776bcf4210ad2073aa0d76e88b6fe82dc2a3.tar.gz samba-c92a776bcf4210ad2073aa0d76e88b6fe82dc2a3.tar.xz samba-c92a776bcf4210ad2073aa0d76e88b6fe82dc2a3.zip |
Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicable
anymore.
(This used to be commit 67d25f3de803f7e599c51cacd51367f124151d6b)
Diffstat (limited to 'examples/VFS')
-rw-r--r-- | examples/VFS/configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/VFS/configure.in b/examples/VFS/configure.in index 68931ad3d8..fda4cf3a31 100644 --- a/examples/VFS/configure.in +++ b/examples/VFS/configure.in @@ -55,7 +55,6 @@ AC_SUBST(SHLD) AC_SUBST(HOST_OS) AC_SUBST(PICFLAGS) AC_SUBST(PICSUFFIX) -AC_SUBST(POBAD_CC) AC_SUBST(SHLIBEXT) AC_SUBST(INSTALLCLIENTCMD_SH) AC_SUBST(INSTALLCLIENTCMD_A) @@ -181,7 +180,6 @@ SONAMEFLAG="#" SHLD="\${CC}" PICFLAGS="" PICSUFFIX="po" -POBAD_CC="#" SHLIBEXT="so" if test "$enable_shared" = "yes"; then @@ -214,7 +212,6 @@ if test "$enable_shared" = "yes"; then ## ${CFLAGS} added for building 64-bit shared ## libs using Sun's Compiler LDSHFLAGS="-G \${CFLAGS}" - POBAD_CC="" PICSUFFIX="po.o" fi ;; |