diff configure.in @ 247:98279d92a78b

Fix M4 macro quotations.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 16:54:05 +0000
parents b024c25e0071
children a66c634b222a
line wrap: on
line diff
--- a/configure.in	Tue Dec 21 16:38:00 2004 +0000
+++ b/configure.in	Tue Dec 21 16:54:05 2004 +0000
@@ -46,9 +46,9 @@
 dnl ***
 dnl *** Checks for generic libraries
 dnl ***
-AC_CHECK_HEADER(pthread.h,,AC_MSG_ERROR([*** POSIX thread support not found. Strange, maybe you don't have some development packages installed?]))
-AM_PATH_GLIB([1.2.5],,AC_MSG_ERROR([*** GLib >= 1.2.5 not found. You either don't have GLib at all or your GLib is too old. Latest GLib can be found from Gtk+ homepages (http://www.gtk.org/)]))
-AM_PATH_GTK([1.2.5],,AC_MSG_ERROR([*** Gtk+ >= 1.2.5 not found. You either don't have Gtk+ at all or your Gtk+ is too old. Latest Gtk+ can be found from Gtk+ homepages (http://www.gtk.org/)]), gthread)
+AC_CHECK_HEADER([pthread.h],,AC_MSG_ERROR([[*** POSIX thread support not found. Strange, maybe you don't have some development packages installed?]]))
+AM_PATH_GLIB([1.2.5],,AC_MSG_ERROR([[*** GLib >= 1.2.5 not found. You either don't have GLib at all or your GLib is too old. Latest GLib can be found from Gtk+ homepages (http://www.gtk.org/)]]))
+AM_PATH_GTK([1.2.5],,AC_MSG_ERROR([[*** Gtk+ >= 1.2.5 not found. You either don't have Gtk+ at all or your Gtk+ is too old. Latest Gtk+ can be found from Gtk+ homepages (http://www.gtk.org/)]]), gthread)
 
 
 dnl ***