mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Regenerated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9239 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f331bdf70e
commit
889f199559
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -2410,7 +2410,7 @@ for ac_kw in inline __inline__ __inline; do
|
|||
#include "confdefs.h"
|
||||
|
||||
int main() {
|
||||
} $ac_kw foo() {
|
||||
} int $ac_kw foo() {
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:2417: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
|
@ -5208,7 +5208,7 @@ subdirs="Source/mframe"
|
|||
# Record the version
|
||||
#--------------------------------------------------------------------
|
||||
if test -f "Version"; then
|
||||
. Version
|
||||
. ./Version
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue