mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
1b6984ae85
commit
7620391426
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue