From: asmodai Date: Sun, 24 Jun 2007 10:45:26 +0000 (+0000) Subject: Fill in some tests and comment some others. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c1f75829c10ef8be8300926f9e2244aa56041cf6;p=OpenSRF.git Fill in some tests and comment some others. git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/autotools@967 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/configure.ac b/configure.ac index e227d10..aaf1e16 100644 --- a/configure.ac +++ b/configure.ac @@ -14,19 +14,19 @@ AC_PROG_MAKE_SET # Checks for libraries. # FIXME: Replace `main' with a function in `-ldl': -AC_CHECK_LIB([dl], [main]) -# FIXME: Replace `main' with a function in `-lmemcache': -AC_CHECK_LIB([memcache], [main]) -# FIXME: Replace `main' with a function in `-lncurses': -AC_CHECK_LIB([ncurses], [main]) +#AC_CHECK_LIB([dl], [main]) +# Test for libmemcache. +AC_CHECK_LIB([memcache], [mcMemSetup]) +# Test for ncurses. +AC_CHECK_LIB([ncurses], [initscr]) # FIXME: Replace `main' with a function in `-lobjson': -AC_CHECK_LIB([objson], [main]) +#AC_CHECK_LIB([objson], [main]) # FIXME: Replace `main' with a function in `-lopensrf': -AC_CHECK_LIB([opensrf], [main]) -# FIXME: Replace `main' with a function in `-lreadline': -AC_CHECK_LIB([readline], [main]) -# FIXME: Replace `main' with a function in `-lxml2': -AC_CHECK_LIB([xml2], [main]) +#AC_CHECK_LIB([opensrf], [main]) +# Test for libreadline. +AC_CHECK_LIB([readline], [readline]) +# Test for libxml2. +AC_CHECK_LIB([xml2], [xmlInitParser]) # Checks for header files. AC_HEADER_STDC