comparison 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
comparison
equal deleted inserted replaced
246:b024c25e0071 247:98279d92a78b
44 44
45 45
46 dnl *** 46 dnl ***
47 dnl *** Checks for generic libraries 47 dnl *** Checks for generic libraries
48 dnl *** 48 dnl ***
49 AC_CHECK_HEADER(pthread.h,,AC_MSG_ERROR([*** POSIX thread support not found. Strange, maybe you don't have some development packages installed?])) 49 AC_CHECK_HEADER([pthread.h],,AC_MSG_ERROR([[*** POSIX thread support not found. Strange, maybe you don't have some development packages installed?]]))
50 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/)])) 50 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/)]]))
51 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) 51 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)
52 52
53 53
54 dnl *** 54 dnl ***
55 dnl *** Checks for header files, types and functions 55 dnl *** Checks for header files, types and functions
56 dnl *** 56 dnl ***