mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
c1b9615d81
commit
4cd9911295
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…
Add table
Add a link
Reference in a new issue