Fixed typo in last change

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9261 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-03-01 12:36:48 +00:00
parent 1b6984ae85
commit 7620391426

View file

@ -708,7 +708,7 @@ GS_FAKE_MAIN=0
if test "$enable_fake_main" = "yes"; then
GS_FAKE_MAIN=1
elif test "$enable_pass_arguments" = "no"; then
if test "$objc_load_method_worked" = yes -a "$ac_sys_procfs" = yes; then
if test "$objc_load_method_worked" = yes -a "$ac_cv_sys_procfs" = yes; then
GS_FAKE_MAIN=0
else
GS_FAKE_MAIN=1