summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-01-15 07:19:12 +0000
committerTim Potter <tpot@samba.org>2004-01-15 07:19:12 +0000
commit835a28337f97da143d5b9201a5080fde06bbedf1 (patch)
tree6c7e1720796eee40d67ab7d9a1b1af1deedb2242 /examples
parentc1174cf57b1b6fad03de23f6a4ff952671dc87d7 (diff)
downloadsamba-835a28337f97da143d5b9201a5080fde06bbedf1.tar.gz
samba-835a28337f97da143d5b9201a5080fde06bbedf1.tar.xz
samba-835a28337f97da143d5b9201a5080fde06bbedf1.zip
Merge of POBAD_CC removal from 3.0
Diffstat (limited to 'examples')
-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 a0d1dc96301..3799e3a5075 100644
--- a/examples/VFS/configure.in
+++ b/examples/VFS/configure.in
@@ -55,7 +55,6 @@ AC_SUBST(SHLD)
AC_SUBST(HOST_OS)
AC_SUBST(PICFLAG)
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}"
PICFLAG=""
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
;;