diff options
author | Gerald Carter <jerry@samba.org> | 2002-05-09 13:52:06 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-05-09 13:52:06 +0000 |
commit | 3de73897e7083520ac123b399cd823ce61a4d475 (patch) | |
tree | 11948289003ca82cc9f1dd328672ef4c7e95635e /source3/configure.in | |
parent | 0e6247187b14ba271aad47b7b6b2b7737dd66947 (diff) | |
download | samba-3de73897e7083520ac123b399cd823ce61a4d475.tar.gz samba-3de73897e7083520ac123b399cd823ce61a4d475.tar.bz2 samba-3de73897e7083520ac123b399cd823ce61a4d475.zip |
merge from SAMBA_2_2
(This used to be commit 7382c3013d7b630ba7229a1d12104b8f7edfd9ca)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/configure.in b/source3/configure.in index 03a21aa60b..c224f9a7b7 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -883,7 +883,7 @@ case "$host_os" in AC_DEFINE(SUNOS5) BLDSHARED="true" LDSHFLAGS="-h \$@ -G" - if test "${ac_cv_prog_CC}" = "gcc"; then + if test "${GCC}" = "yes"; then PICFLAG="-fPIC" else PICFLAG="-KPIC" @@ -911,7 +911,7 @@ case "$host_os" in BLDSHARED="true" LDSHFLAGS="-soname \$@ -shared" SHLD="\${LD}" - if test "${ac_cv_prog_CC}" = "gcc"; then + if test "${GCC}" = "yes"; then PICFLAG="-fPIC" else PICFLAG="-KPIC" @@ -2864,7 +2864,7 @@ AC_TRY_RUN([#include "${srcdir-.}/tests/summary.c"], builddir=`pwd` AC_SUBST(builddir) -AC_OUTPUT(include/stamp-h Makefile) +AC_OUTPUT(include/stamp-h Makefile script/findsmb) ################################################# # Print very concise instructions on building/use |