summaryrefslogtreecommitdiffstats
path: root/examples/VFS/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-01-15 06:51:20 +0000
committerTim Potter <tpot@samba.org>2004-01-15 06:51:20 +0000
commit67d25f3de803f7e599c51cacd51367f124151d6b (patch)
treee8b33765f030ec5a45de63b63621e2965d17f7a2 /examples/VFS/configure.in
parent1c15bfacb45d42873f3d7e7cb55ba2cbbbe33d26 (diff)
downloadsamba-67d25f3de803f7e599c51cacd51367f124151d6b.tar.gz
samba-67d25f3de803f7e599c51cacd51367f124151d6b.tar.xz
samba-67d25f3de803f7e599c51cacd51367f124151d6b.zip
Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicable
anymore.
Diffstat (limited to 'examples/VFS/configure.in')
-rw-r--r--examples/VFS/configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/VFS/configure.in b/examples/VFS/configure.in
index 68931ad3d88..fda4cf3a316 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
;;