From: Andres Mejia Date: Sat, 23 Feb 2013 02:40:07 +0000 (-0500) Subject: Revert "Remove unnecessary use of arguments from AC_ARG_WITH([extra-cflags])." X-Git-Tag: v3.1.900a~360^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94031e4b1f066cccf17a99596db1d0bb54395e99;p=thirdparty%2Flibarchive.git Revert "Remove unnecessary use of arguments from AC_ARG_WITH([extra-cflags])." This reverts commit 6a917dcd1378e2a50ece9f007e79a8a5058a59cb. --- diff --git a/configure.ac b/configure.ac index 22ba67565..8a4afd756 100644 --- a/configure.ac +++ b/configure.ac @@ -191,7 +191,8 @@ 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])]) + [AS_HELP_STRING([--with-extra-cflags=CFLAGS], [use extra CFLAGS])], + [], [enable_extra_cflags= ]) EXTRA_CFLAGS=$with_extra_cflags