]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
changed all LOG messages using logtype_default to use logtype_uams
[netatalk.git] / configure.in
index 2f8eb9e5e619fef7cd918135eb6b93eb621d4282..cc8d2018b3b1a67bab3ccb82d582fb8df7ede791 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.162 2002-08-30 03:12:45 jmarcus Exp $
+dnl $Id: configure.in,v 1.167 2002-09-28 03:56:44 jmarcus Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -107,6 +107,9 @@ AC_FUNC_WAIT3
 AC_CHECK_FUNCS(flock getcwd gethostname gettimeofday getusershell mkdir rmdir select socket strdup strstr strtoul setpgrp strchr memcpy)
 AC_FUNC_SETPGRP
 
+dnl Checks for (v)snprintf
+NETATALK_SNPRINTF_CHECK
+
 dnl --------------------------------------------------------------------------
 dnl specific configuration comes in here:
 dnl --------------------------------------------------------------------------
@@ -375,10 +378,11 @@ AC_ARG_WITH(uams-path,
 )
 
 AC_ARG_WITH(catsearch,
-       [  --with-catsearch     enable fpCatSearch functionality (experimental)])
+       [  --with-catsearch     enable fpCatSearch functionality (experimental)],
        if test "$withval" = "yes"; then
            AC_DEFINE(WITH_CATSEARCH, 1)
        fi
+)
 
 dnl --------------------------------------------------------------------------
 dnl FHS stuff has to be done last because it overrides other defaults