Look in srcdir for config.guess.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1616 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-05-31 17:07:37 +00:00
parent b335b87dd2
commit 05fb301353

View file

@ -253,7 +253,7 @@ AC_SUBST(SHARED_LIBRARY)
# xxx This should be smarter and more general
#--------------------------------------------------------------------
echo Checking what flags to use for making a shared lib...
if (./config.guess | grep solaris); then
if ($srcdir/config.guess | grep solaris); then
CFLAGS_SHAREDLIB='$(CFLAGS_SHAREDLIB_SOLARIS)'
else
CFLAGS_SHAREDLIB='$(CFLAGS_SHAREDLIB_GNU)'