From 6a917dcd1378e2a50ece9f007e79a8a5058a59cb Mon Sep 17 00:00:00 2001 From: Andres Mejia Date: Fri, 22 Feb 2013 20:10:08 -0500 Subject: [PATCH] Remove unnecessary use of arguments from AC_ARG_WITH([extra-cflags]). --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2