fix --enable-default-binary

2003-06-29  Manish Singh  <yosh@gimp.org>

        * configure.in: fix --enable-default-binary
This commit is contained in:
Manish Singh
2003-06-29 16:38:55 +00:00
committed by Manish Singh
parent a612ee112c
commit 40daabb1fd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-29 Manish Singh <yosh@gimp.org>
* configure.in: fix --enable-default-binary
2003-06-28 Dave Neary <bolsh@gimp.org> 2003-06-28 Dave Neary <bolsh@gimp.org>
* plug-ins/common/pat.c: Save patterns with alpha * plug-ins/common/pat.c: Save patterns with alpha

View File

@ -1020,7 +1020,7 @@ AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
# Allow to configure the gimp environment # Allow to configure the gimp environment
######################################### #########################################
AC_ARG_ENABLE(debug, [ --enable-default-binary install this as the default gimp binary (default=no)], , enable_default_binary=no) AC_ARG_ENABLE(default-binary, [ --enable-default-binary install this as the default gimp binary (default=no)], , enable_default_binary=no)
AM_CONDITIONAL(DEFAULT_BINARY, test x$enable_default_binary = xyes) AM_CONDITIONAL(DEFAULT_BINARY, test x$enable_default_binary = xyes)