[gimp/metadata-browser] configure: the right way to check for maintainer-mode is $USE_MAINTAINER_MODE
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] configure: the right way to check for maintainer-mode is $USE_MAINTAINER_MODE
- Date: Wed, 12 Sep 2012 22:11:03 +0000 (UTC)
commit bf5fbfd0ff1607fd1538feffbda00314abe56d20
Author: Michael Natterer <mitch gimp org>
Date: Sat Oct 29 23:51:50 2011 +0200
configure: the right way to check for maintainer-mode is $USE_MAINTAINER_MODE
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a30f3a3..e0ace18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1676,7 +1676,7 @@ AC_PATH_PROGS(PERL,perl5 perl perl5.005 perl5.004,perl)
AC_ARG_WITH(pdbgen,
[ --with-pdbgen use 'pdbgen' code generation tool],,
- with_pdbgen=$enable_maintainer_mode)
+ with_pdbgen=$USE_MAINTAINER_MODE)
AM_CONDITIONAL(WITH_PDBGEN, test "x$with_pdbgen" = xyes)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]