Changeset 1505 for trunk/configure.ac
- Timestamp:
- Jun 21, 2012, 12:53:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1485 r1505 58 58 [ --enable-experimental experimental build (default no)]) 59 59 60 AC_CHECK_HEADERS(stdio.h stdarg.h inttypes.h endian.h stdint.h getopt.h fastmath.h pthread.h) 60 AC_CHECK_HEADERS(stdio.h stdarg.h inttypes.h endian.h stdint.h getopt.h) 61 AC_CHECK_HEADERS(fastmath.h pthread.h libutil.h util.h pty.h) 62 AC_CHECK_HEADERS(sys/ioctl.h sys/ptrace.h sys/stat.h sys/syscall.h sys/user.h) 63 AC_CHECK_HEADERS(sys/wait.h) 64 AC_CHECK_HEADERS(linux/kdev_t.h linux/major.h) 65 AC_CHECK_HEADERS(security/pam_appl.h security/pam_misc.h) 61 66 62 67 if test "${enable_debug}" = "yes"; then … … 87 92 AC_CHECK_LIB(m, sin, MATH_LIBS="${MATH_LIBS} -lm") 88 93 AC_CHECK_LIB(pthread, main, LIBS="$LIBS -lpthread") 94 AC_CHECK_LIB(util, forkpty, UTIL_LIBS="${UTIL_LIBS} -lutil") 89 95 90 96 dnl Are we on the PS3? … … 355 361 356 362 363 dnl Extra libraries we may need 364 AC_SUBST(MATH_LIBS) 365 AC_SUBST(PAM_LIBS) 366 AC_SUBST(UTIL_LIBS) 367 357 368 dnl How to use the Lol Engine inside this tree 358 369 LOL_CFLAGS="$LOL_CFLAGS -I \$(top_srcdir)/src" … … 360 371 LOL_LIBS="$LOL_LIBS $SDL_LIBS $GL_LIBS $EGL_LIBS $LIBPNG_LIBS $D3D_LIBS" 361 372 362 AC_SUBST(MATH_LIBS)363 373 AC_SUBST(LOL_CFLAGS) 364 374 AC_SUBST(LOL_LIBS) 375 365 376 366 377 AC_CONFIG_FILES(
Note: See TracChangeset
for help on using the changeset viewer.