ModeenF's configure fix for BeOS
This commit is contained in:
parent
d2791f0d5d
commit
d5a702ab4c
|
@ -229,9 +229,11 @@ int main()
|
|||
return 0;
|
||||
}
|
||||
EOF
|
||||
if runcmd $CC -o testconf testconf.c
|
||||
then
|
||||
CFLAGS="$CFLAGS -DHAVE_DIRNAME -DHAVE_BASENAME"
|
||||
if [ "x$SYSTEM" != xBeOS ]; then
|
||||
if runcmd $CC -o testconf testconf.c
|
||||
then
|
||||
CFLAGS="$CFLAGS -DHAVE_DIRNAME -DHAVE_BASENAME"
|
||||
fi
|
||||
fi
|
||||
rm -f testconf*
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue