Changeset - 3e648c7c6166
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-12-07 20:41:57
ohnobinki@ohnopublishing.net
removed accidental change to configure.ac
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
configure.ac
Show inline comments
 
@@ -38,14 +38,12 @@ AC_CHECK_HEADERS([malloc.h])
 
# TODO: write up --with-list option
 
AC_CHECK_HEADERS([list.h queue.h stack.h], [], [AC_MSG_ERROR([I need liblist to be installed])])
 
AC_CHECK_LIB([list], [list_init], [
 
   AC_SUBST([LIST_LIBS],[-llist])], [
 
   AC_MSG_ERROR([I need liblist to be installed]) ])
 

	
 
echo $libdir
 

	
 
AC_FUNC_FORK
 
AC_FUNC_MALLOC
 

	
 
AC_TYPE_PID_T
 
AC_TYPE_SIZE_T
 

	
0 comments (0 inline, 0 general)