[gimp/metadata-browser] Fix configure option --with[out]-bzip2
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] Fix configure option --with[out]-bzip2
- Date: Thu, 13 Sep 2012 00:07:09 +0000 (UTC)
commit 9851a482eebb6f7ef2f140f589bdf26519e4ab6d
Author: Sebastian Pipping <sebastian pipping org>
Date: Fri May 4 23:10:30 2012 +0200
Fix configure option --with[out]-bzip2
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 534ebc7..0e50612 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1156,7 +1156,7 @@ AC_SUBST(Z_LIBS)
# Check for libbzip2
####################
-AC_ARG_WITH(gs, [ --without-bzip2 build without bzip2 support])
+AC_ARG_WITH(bzip2, [ --without-bzip2 build without bzip2 support])
have_libbzip2=no
if test "x$with_bzip2" != xno; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]