From: Andres Mejia Date: Sat, 23 Feb 2013 01:10:08 +0000 (-0500) Subject: Remove unnecessary use of arguments from AC_ARG_WITH([extra-cflags]). X-Git-Tag: v3.1.900a~360^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a917dcd1378e2a50ece9f007e79a8a5058a59cb;p=thirdparty%2Flibarchive.git Remove unnecessary use of arguments from AC_ARG_WITH([extra-cflags]). --- diff --git a/configure.ac b/configure.ac index 8a4afd756..22ba67565 100644 --- a/configure.ac +++ b/configure.ac @@ -191,8 +191,7 @@ AM_CONDITIONAL([BUILD_BSDCPIO], [ test "$build_bsdcpio" = yes ]) AM_CONDITIONAL([STATIC_BSDCPIO], [ test "$static_bsdcpio" = yes ]) AC_ARG_WITH([extra-cflags], - [AS_HELP_STRING([--with-extra-cflags=CFLAGS], [use extra CFLAGS])], - [], [enable_extra_cflags= ]) + [AS_HELP_STRING([--with-extra-cflags=CFLAGS], [use extra CFLAGS])]) EXTRA_CFLAGS=$with_extra_cflags