]> git.ipfire.org Git - people/ms/libloc.git/blobdiff - configure.ac
Do not copy the file pointer when opening a database
[people/ms/libloc.git] / configure.ac
index 0c9b22af3fa0025a2055c6de936a70cd7df9aac8..b27e11bd8f18943e8680b78f828f2317d05d452f 100644 (file)
@@ -40,8 +40,17 @@ AS_IF([test "x$enable_debug" = "xyes"], [
 ])
 
 AC_CHECK_FUNCS([ \
+        be16toh \
+        be32toh \
+        be64toh \
+        htobe16 \
+        htobe32 \
+        htobe64 \
+        mmap \
+        munmap \
        __secure_getenv \
-       secure_getenv\
+       secure_getenv \
+        qsort \
 ])
 
 my_CFLAGS="\
@@ -78,6 +87,5 @@ AC_MSG_RESULT([
         cflags:                 ${CFLAGS}
         ldflags:                ${LDFLAGS}
 
-        logging:                ${enable_logging}
         debug:                  ${enable_debug}
 ])