]> arthur.barton.de Git - netatalk.git/blobdiff - configure.in
Untabify and reindent
[netatalk.git] / configure.in
index c644a1c6af3b2211071ca31cfddc0def21eb029b..70379e6d5036fa16bdc75cdccd6d511815591eee 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.216 2009-04-22 08:06:01 franklahm Exp $
+dnl $Id: configure.in,v 1.218 2009-09-03 12:47:33 franklahm Exp $
 dnl configure.in for netatalk
 
 AC_INIT(etc/afpd/main.c)
@@ -22,6 +22,8 @@ AC_PROG_PERL
 AC_PROG_GREP
 AC_PROG_PS
 
+AM_PROG_CC_C_O
+
 dnl *********************************************************************
 dnl FIXME! FIXME! These should be selectable properly, and should produce
 dnl the proper flags and defines...
@@ -204,22 +206,6 @@ NETATALK_AFS_CHECK
 
 NETATALK_CONFIG_DIRS
 
-AC_MSG_CHECKING([whether to force logfile])
-AC_ARG_WITH(logfile,
-       [  --with-logfile=PATH     force logging to file PATH],[
-        if test x"$withval" = x"no"; then
-               AC_MSG_RESULT([no, syslog])
-       elif test "$withval" != "yes"; then
-               AC_DEFINE_UNQUOTED(LOGFILEPATH, "$withval", [Path to the log file])
-               AC_MSG_RESULT([$withval])
-       else
-               AC_DEFINE_UNQUOTED(LOGFILEPATH, "/var/log/netatalk.log", [Path to the log file])
-               AC_MSG_RESULT([/var/log/netatalk.log]) 
-       fi],[
-       AC_MSG_RESULT([no, syslog])
-       ]
-)
-
 netatalk_cv_with_cracklib=no
 AC_ARG_WITH(cracklib,
        [  --with-cracklib=DICT    enable/set location of cracklib dictionary],[