use the correct name in AC_PROVIDE
authorGeorge Lebl <jirka@5z.com>
Thu, 24 Aug 2000 07:28:21 +0000 (07:28 +0000)
committerGeorge Lebl <jirka@src.gnome.org>
Thu, 24 Aug 2000 07:28:21 +0000 (07:28 +0000)
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

macros2/ChangeLog
macros2/gnome-x-checks.m4

index 42e472a..b246563 100644 (file)
@@ -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
index 19cccae..55434be 100644 (file)
@@ -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])
 ])