[gegl-gtk] configure.ac: fix a copy-paste typo
- From: Massimo Valentini <mvalentini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl-gtk] configure.ac: fix a copy-paste typo
- Date: Sat, 3 Sep 2011 12:03:38 +0000 (UTC)
commit ba3ade384a71fc6c02fce752303e9f179de57a6d
Author: Massimo Valentini <mvalentini src gnome org>
Date: Sat Sep 3 13:54:15 2011 +0200
configure.ac: fix a copy-paste typo
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2acef67..751839b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,7 +211,7 @@ case "$with_gtk" in
3.0) PKG_CHECK_MODULES(GTK, gtk+-3.0 >= gtk3_required_version,
[have_gtk="3.0" GEGL_GTK_GTK_VERSION="3"
- AC_DEFINE(HAVE_GTK2, 1, [Define to 1 to compile for gtk2])],
+ AC_DEFINE(HAVE_GTK3, 1, [Define to 1 to compile for gtk3])],
[]) ;;
*) ;;
esac
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]