From 94031e4b1f066cccf17a99596db1d0bb54395e99 Mon Sep 17 00:00:00 2001 From: Andres Mejia Date: Fri, 22 Feb 2013 21:40:07 -0500 Subject: [PATCH] Revert "Remove unnecessary use of arguments from AC_ARG_WITH([extra-cflags])." This reverts commit 6a917dcd1378e2a50ece9f007e79a8a5058a59cb. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2