From bac6dcdf019e46e913895399180a3f52e24acd38 Mon Sep 17 00:00:00 2001 From: srittau Date: Fri, 14 Dec 2001 22:53:33 +0000 Subject: [PATCH] Removed the --with-cflags and --with-libs flags. --- configure.in | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/configure.in b/configure.in index ce8499f9..44d4ed79 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.2