Changeset 1d69a01311e58ce6ddb007d690b4e9aa4ac08c8c for configure.in
- Timestamp:
- 02/08/08 15:52:45 (5 years ago)
- git-parent:
- Files:
-
- configure.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
configure.in
r91d6330 r1d69a01 30 30 MODULEEXT=so 31 31 ;; 32 *-*-openbsd*) 33 PICFLAGS="-fpic" 34 LDFLAGS="$LDFLAGS -Wl,-E" 35 MODULELD="$CC -shared" 36 MODULEEXT=so 37 ;; 32 38 *) 33 39 PICFLAGS="-fpic" … … 52 58 AC_CHECK_LIB(pthread, pthread_create, , ) 53 59 AC_CHECK_LIB(uuid, uuid_generate, , ) 60 AC_CHECK_LIB(util, openpty, , ) 54 61 AC_CHECK_LIB(termcap, tputs, , ) 55 62 AC_CHECK_LIB(curses, clear, , ) … … 72 79 73 80 AC_MSG_CHECKING([libserf libs]) 74 SERFLIBS="`apu-1-config --link-ld --l ibs` `apr-1-config --link-ld--libs`"81 SERFLIBS="`apu-1-config --link-ld --ldflags --libs` `apr-1-config --link-ld --ldflags --libs`" 75 82 AC_SUBST(SERFLIBS) 76 83 AC_MSG_RESULT([$SERFLIBS]) … … 107 114 sys/resource.h pthread.h semaphore.h pwd.h stdio.h stdlib.h string.h \ 108 115 ctype.h unistd.h time.h sys/stat.h sys/event.h libkern/OSAtomic.h \ 109 term.h termio.h termios.h curses.h sys/cdefs.h pwd.h) 116 term.h termio.h termios.h curses.h sys/cdefs.h pwd.h netinet/in_systm.h \ 117 util.h) 110 118 111 119 AC_CACHE_CHECK([for kqueue support], ac_cv_have_kqueue, [
