summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Mejia <amejia004@gmail.com>2013-02-22 21:40:07 -0500
committerAndres Mejia <amejia004@gmail.com>2013-02-22 21:40:07 -0500
commit94031e4b1f066cccf17a99596db1d0bb54395e99 (patch)
treef36f7e9e313a7d7ba01499cf6975fa55f6b6fa53
parent6a917dcd1378e2a50ece9f007e79a8a5058a59cb (diff)
downloadlibarchive-94031e4b1f066cccf17a99596db1d0bb54395e99.tar.gz
Revert "Remove unnecessary use of arguments from AC_ARG_WITH([extra-cflags])."
This reverts commit 6a917dcd1378e2a50ece9f007e79a8a5058a59cb.
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 22ba6756..8a4afd75 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