]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Revert "Remove unnecessary use of arguments from AC_ARG_WITH([extra-cflags])."
authorAndres Mejia <amejia004@gmail.com>
Sat, 23 Feb 2013 02:40:07 +0000 (21:40 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sat, 23 Feb 2013 02:40:07 +0000 (21:40 -0500)
This reverts commit 6a917dcd1378e2a50ece9f007e79a8a5058a59cb.

configure.ac

index 22ba6756527d9e21b4cf585115bf02adf5eb2f01..8a4afd756d950edcd2b9e244cf584c4e8d7ea5d0 100644 (file)
@@ -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