summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2000-08-24 07:28:21 +0000
committerGeorge Lebl <jirka@src.gnome.org>2000-08-24 07:28:21 +0000
commit74e080dac151c1c538d71621df48e715597ee6f5 (patch)
tree7530e4d7d49f025ab9b420c7d09db98660f5c641
parent060657ee03b4f7a0000d5d22adb4eb0d97969dfe (diff)
downloadgnome-common-74e080dac151c1c538d71621df48e715597ee6f5.tar.gz
use the correct name in AC_PROVIDE
Thu Aug 24 02:28:57 2000 George Lebl <jirka@5z.com> * gnome-x-checks.m4: use the correct name in AC_PROVIDE svn path=/trunk/; revision=1417
-rw-r--r--macros2/ChangeLog4
-rw-r--r--macros2/gnome-x-checks.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog
index 42e472a..b246563 100644
--- a/macros2/ChangeLog
+++ b/macros2/ChangeLog
@@ -1,3 +1,7 @@
+Thu Aug 24 02:28:57 2000 George Lebl <jirka@5z.com>
+
+ * gnome-x-checks.m4: use the correct name in AC_PROVIDE
+
2000-08-06 Martin Baulig <baulig@suse.de>
* gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
diff --git a/macros2/gnome-x-checks.m4 b/macros2/gnome-x-checks.m4
index 19cccae..55434be 100644
--- a/macros2/gnome-x-checks.m4
+++ b/macros2/gnome-x-checks.m4
@@ -76,5 +76,5 @@ dnl AC_MSG_RESULT("$dev_gtk")
AC_REQUIRE([GNOME_PTHREAD_CHECK])
LDFLAGS="$saved_ldflags"
- AC_PROVIDE([GNOME_X_CHECKS])
+ AC_PROVIDE([GNOME2_X_CHECKS])
])