Changeset 2604 for trunk/configure
- Timestamp:
- Aug 3, 2007, 3:46:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r2551 r2604 230 230 } 231 231 EOF 232 if runcmd $CC -o testconf testconf.c 233 then 234 CFLAGS="$CFLAGS -DHAVE_DIRNAME -DHAVE_BASENAME" 232 if [ "x$SYSTEM" != xBeOS ]; then 233 if runcmd $CC -o testconf testconf.c 234 then 235 CFLAGS="$CFLAGS -DHAVE_DIRNAME -DHAVE_BASENAME" 236 fi 235 237 fi 236 238 rm -f testconf*
Note: See TracChangeset
for help on using the changeset viewer.