]> arthur.barton.de Git - netatalk.git/commitdiff
Removed the --with-cflags and --with-libs flags.
authorsrittau <srittau>
Fri, 14 Dec 2001 22:53:33 +0000 (22:53 +0000)
committersrittau <srittau>
Fri, 14 Dec 2001 22:53:33 +0000 (22:53 +0000)
configure.in

index ce8499f9db9e5ce2061b362346ed4be8188bc10b..44d4ed794761eeb1facbcc821d0fdedeb4419e48 100644 (file)
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.140 2001-12-11 00:38:50 srittau Exp $
+dnl $Id: configure.in,v 1.141 2001-12-14 22:53:33 srittau Exp $
 dnl configure.in for netatalk
 
 AC_INIT(bin/adv1tov2/adv1tov2.c)
@@ -83,24 +83,6 @@ AC_CHECK_HEADER(sys/cdefs.h,,
        CFLAGS="-I\$(top_srcdir)/sys/generic $CFLAGS"
 )
 
-# Allow user to specify flags
-AC_ARG_WITH(cflags,
-       [  --with-cflags           specify additional flags to pass to compiler],
-       [
-               if test "x$withval" != "xno" ; then
-                       CFLAGS="$CFLAGS $withval"
-               fi
-       ]       
-)
-AC_ARG_WITH(libs,
-       [  --with-libs             specify additional libraries to link with],
-       [
-               if test "x$withval" != "xno" ; then
-                       LIBS="$LIBS $withval"
-               fi
-       ]
-)
-
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_TYPE_UID_T