changeset 320:335f71762c44 cacao

2007-10-22 Lillian Angel <langel@redhat.com> * configure.ac: Fixed typo. libgif should be giflib. * configure: Regenerate.
author Lillian Angel <langel@redhat.com>
date Mon, 22 Oct 2007 16:10:10 -0400
parents 7304808731d0
children 8d9b3ea59444
files ChangeLog configure configure.ac
diffstat 3 files changed, 12 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 22 16:00:02 2007 -0400
+++ b/ChangeLog	Mon Oct 22 16:10:10 2007 -0400
@@ -6,6 +6,11 @@
 
 2007-10-22  Lillian Angel  <langel@redhat.com>
 
+	* configure.ac: Fixed typo. libgif should be giflib.
+	* configure: Regenerate.
+
+2007-10-22  Lillian Angel  <langel@redhat.com>
+
 	* INSTALL: Updated requirements.
 	* Makefile.am: Updated patch list.
 	* Makefile.in: Regenerated.
--- a/configure	Mon Oct 22 16:00:02 2007 -0400
+++ b/configure	Mon Oct 22 16:10:10 2007 -0400
@@ -7135,8 +7135,8 @@
   LIBS="-lgif $LIBS"
 
 else
-  { { echo "$as_me:$LINENO: error: \"libgif not found - try installing libgif-devel\"" >&5
-echo "$as_me: error: \"libgif not found - try installing libgif-devel\"" >&2;}
+  { { echo "$as_me:$LINENO: error: \"giflib not found - try installing giflib-devel\"" >&5
+echo "$as_me: error: \"giflib not found - try installing giflib-devel\"" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
@@ -7876,7 +7876,7 @@
 and GLIB_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 See \`config.log' for more details." >&5
 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -7886,7 +7886,7 @@
 and GLIB_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 else
@@ -7987,7 +7987,7 @@
 and GTK_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 See \`config.log' for more details." >&5
 echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -7997,7 +7997,7 @@
 and GTK_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
 See \`config.log' for more details." >&2;}
    { (exit 1); exit 1; }; }
 else
--- a/configure.ac	Mon Oct 22 16:00:02 2007 -0400
+++ b/configure.ac	Mon Oct 22 16:10:10 2007 -0400
@@ -80,7 +80,7 @@
 AC_CHECK_LIB(jpeg, main,
         , [AC_MSG_ERROR("libjpeg not found - try installing libjpeg-devel")])
 AC_CHECK_LIB(gif, main,
-        , [AC_MSG_ERROR("libgif not found - try installing libgif-devel")])
+        , [AC_MSG_ERROR("giflib not found - try installing giflib-devel")])
 AC_CHECK_LIB(z, main,
 	, [AC_MSG_ERROR("zlib not found - try installing zlib-devel")])