Changeset bafab25395cb398ddf5eae42145f0d0bfc00ec22 for configure.in
- Timestamp:
- 02/06/08 16:55:45 (5 years ago)
- git-parent:
- Files:
-
- configure.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
configure.in
re3c8f10 rbafab25 21 21 case $host in 22 22 *-*-darwin*) 23 PICFLAGS="-f pic"23 PICFLAGS="-fPIC" 24 24 MODULELD="$CC -bundle -flat_namespace -undefined suppress" 25 25 MODULEEXT=bundle … … 94 94 AC_CHECK_HEADERS(sys/file.h sys/types.h dirent.h sys/param.h fcntl.h errno.h limits.h \ 95 95 sys/resource.h pthread.h semaphore.h pwd.h stdio.h stdlib.h string.h \ 96 ctype.h unistd.h time.h sys/stat.h sys/event.h libkern/OSAtomic.h) 96 ctype.h unistd.h time.h sys/stat.h sys/event.h libkern/OSAtomic.h \ 97 term.h termio.h termios.h curses.h sys/cdefs.h pwd.h) 97 98 98 99 AC_CACHE_CHECK([for kqueue support], ac_cv_have_kqueue, [ … … 297 298 src/modules/Makefile 298 299 src/utils/Makefile 299 ]) 300 src/noitedit/Makefile 301 ])
