[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 06/09/24 17:06:23
Modified: . ChangeLog configure.ac
Log:
Tweaked configure scripts to not fail if libgd is not installed (libgd is
an optional dependancy)
Revision Changes Path
1.509 +5 -0 eda/geda/gaf/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
retrieving revision 1.508
retrieving revision 1.509
diff -u -b -r1.508 -r1.509
--- ChangeLog 24 Sep 2006 14:58:44 -0000 1.508
+++ ChangeLog 24 Sep 2006 21:06:22 -0000 1.509
@@ -1,3 +1,8 @@
+2006-09-24 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * configure.ac: Tweaked glib detection to not fail ./configure
+ when gdlib is not installed. gdlib is an optional dependancy.
+
2006-09-24 03:57 Dan McMahill <danmc>
* configure.ac: Improve gdlib detection. Now instead of just
1.34 +5 -6 eda/geda/gaf/gschem/configure.ac
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/configure.ac,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- configure.ac 24 Sep 2006 03:57:58 -0000 1.33
+++ configure.ac 24 Sep 2006 21:06:23 -0000 1.34
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.33 2006/09/24 03:57:58 danmc Exp $
+# $Id: configure.ac,v 1.34 2006/09/24 21:06:23 ahvezda Exp $
#
# Process this file with autoconf to produce a configure script.
AC_INIT
@@ -245,11 +245,10 @@
AC_MSG_CHECKING([if libgeda was compiled with gdlib])
haslibgd=`$PKG_CONFIG --variable=LIBGEDA_HASGD libgeda`
if test "$haslibgd" != "yes"; then
- AC_ERROR([You have requested that gdlib be
-used but libgeda was not compiled with libgd support. You can
-either recompile libgeda with gdlib support or you can disable
-gdlib (which disables png export) with --disable-gd
-])
+ AC_MSG_WARN([libgeda was not built with libgd png support.
+gschem will use the builtin png support. If you want libgd png support, you
+must recompile libgeda with gdlib support.])
+ LIBGD=no
else
AC_MSG_RESULT([yes])
LIBGD=yes
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs