Date: Friday March 26, 2004 @ 18:26 Author: tanner Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.real-time.com:/var/tmp/cvs-serv13412 Modified Files: configure.in Log Message: Under debian unstable powerpc, I needed to adding m4 stuff to find the glib includes and glib libraries. Tested this against debian unstable sparc and intel, same problem. **************************************** Index: Vanilla/configure.in diff -u Vanilla/configure.in:1.25 Vanilla/configure.in:1.26 --- Vanilla/configure.in:1.25 Tue May 1 21:00:18 2001 +++ Vanilla/configure.in Fri Mar 26 18:26:48 2004 @@ -94,7 +94,11 @@ AC_CHECK_HEADERS(unistd.h memory.h math.h stdlib.h) AC_CHECK_HEADERS(sys/timeb.h sys/ptyio.h sys/fcntl.h fcntl.h) AC_CHECK_HEADERS(ctype.h machine/endian.h sys/resource.h) -AC_CHECK_HEADERS(sys/wait.h netinet/in.h sys/filio.h) +AC_CHECK_HEADERS(sys/wait.h netinet/in.h sys/filio.h gdbm.h) +AC_CHECK_HEADERS(ncurses.h) + +AC_CHECK_LIB(gdbm, gdbm_open, [LIBS="$LIBS -lgdbm"]) +AM_PATH_GLIB(1.2.10, [LIBS="$LIBS $GLIB_LIBS" CFLAGS="$CFLAGS $GLIB_CFLAGS"], [AC_MSG_ERROR(GLIB not in path)]) AC_FUNC_WAIT3 AC_TYPE_PID_T _______________________________________________ vanilla-devel mailing list vanilla-devel at us.netrek.org https://mailman.real-time.com/mailman/listinfo/vanilla-devel