Changeset 98 for trunk/configure.ac
- Timestamp:
- Mar 23, 2007, 11:07:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r97 r98 21 21 22 22 AC_PROG_CC 23 if test "$host" != "$build"; then 24 AC_CHECK_PROGS(BUILD_CC, gcc cc) 25 else 26 BUILD_CC=$CC 27 fi 23 28 AC_PROG_CPP 24 29 AC_PROG_INSTALL … … 27 32 AC_PATH_PROG(cmd_hostname,hostname) 28 33 AC_SUBST(cmd_hostname) 34 AC_SUBST(BUILD_CC) 29 35 30 36 GCC_STACK_PROTECT_CC … … 199 205 sys/select.h sys/socket.h netinet/in.h \ 200 206 regex.h glob.h \ 201 linux/ext2_fs.h ext2fs/ext2_fs.h \207 linux/ext2_fs.h linux/fs.h ext2fs/ext2_fs.h \ 202 208 elf.h linux/elf.h \ 203 209 paths.h arpa/nameser.h arpa/nameser_compat.h \
Note:
See TracChangeset
for help on using the changeset viewer.