From 40daabb1fd3e32cb86495a5110249cb275952d23 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sun, 29 Jun 2003 16:38:55 +0000 Subject: [PATCH] fix --enable-default-binary 2003-06-29 Manish Singh * configure.in: fix --enable-default-binary --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ae951b949e..ac3339196b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-29 Manish Singh + + * configure.in: fix --enable-default-binary + 2003-06-28 Dave Neary * plug-ins/common/pat.c: Save patterns with alpha diff --git a/configure.in b/configure.in index 0af501d25c..3ce1397528 100644 --- a/configure.in +++ b/configure.in @@ -1020,7 +1020,7 @@ AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes) # 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)