summaryrefslogtreecommitdiff
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
commit913d1745ca902326ec39a9e8ae9e1f133fee5060 (patch)
treea559932249df269f0d5706933b2b5b71f7a5e780 /examples
parent353aab1ea1471768db7eb8b9799086176d7f83b5 (diff)
downloadsamba-913d1745ca902326ec39a9e8ae9e1f133fee5060.tar.gz
samba-913d1745ca902326ec39a9e8ae9e1f133fee5060.tar.bz2
samba-913d1745ca902326ec39a9e8ae9e1f133fee5060.zip
Merge of POBAD_CC removal from 3.0
(This used to be commit 835a28337f97da143d5b9201a5080fde06bbedf1)
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 a0d1dc9630..3799e3a507 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
;;