diff options
author | Tim Potter <tpot@samba.org> | 2004-01-15 07:19:12 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2004-01-15 07:19:12 +0000 |
commit | 913d1745ca902326ec39a9e8ae9e1f133fee5060 (patch) | |
tree | a559932249df269f0d5706933b2b5b71f7a5e780 /source3/configure.in | |
parent | 353aab1ea1471768db7eb8b9799086176d7f83b5 (diff) | |
download | samba-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 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/configure.in b/source3/configure.in index 07e4f3476f..cf695eb05c 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -163,7 +163,6 @@ AC_SUBST(SHLD) AC_SUBST(HOST_OS) AC_SUBST(PICFLAGS) AC_SUBST(PICSUFFIX) -AC_SUBST(POBAD_CC) AC_SUBST(SHLIBEXT) AC_SUBST(INSTALLCLIENT) AC_SUBST(INSTALLCLIENTCMD_SH) @@ -1063,7 +1062,6 @@ SONAMEFLAG="#" SHLD="\${CC} \${CFLAGS}" PICFLAGS="" PICSUFFIX="po" -POBAD_CC="#" SHLIBEXT="so" if test "$enable_shared" = "yes"; then @@ -1097,7 +1095,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 AC_DEFINE(STAT_ST_BLOCKSIZE,512,[The size of a block]) |