mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-15 16:11:24 +00:00
* configure.ac: Warn if GDL2 isn't found.
* configure: Regenerate. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@28213 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0bb2a9f983
commit
91e429d37f
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-04-14 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* configure.ac: Warn if GDL2 isn't found.
|
||||
* configure: Regenerate.
|
||||
|
||||
2009-04-07 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* GSWeb.framework/GSWeb.h (GSWImageInfo): Foward declare.
|
||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -1757,6 +1757,9 @@ if test "$GDL2" = yes; then
|
|||
#define HAVE_GDL2 1
|
||||
_ACEOF
|
||||
|
||||
else
|
||||
{ echo "$as_me:$LINENO: WARNING: Could not find GNUstep Database Library 2. Will assume a compatible library exists anyway." >&5
|
||||
echo "$as_me: WARNING: Could not find GNUstep Database Library 2. Will assume a compatible library exists anyway." >&2;}
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
@ -50,6 +50,8 @@ AC_SUBST(GSWNAMES)
|
|||
AC_CHECK_FILE($GNUSTEP_MAKEFILES/Auxiliary/gdl2.make, GDL2=yes, GDL2=no)
|
||||
if test "$GDL2" = yes; then
|
||||
AC_DEFINE(HAVE_GDL2)
|
||||
else
|
||||
AC_MSG_WARN(Could not find GNUstep Database Library 2. Will assume a compatible library exists anyway.)
|
||||
fi
|
||||
AC_SUBST(GDL2)
|
||||
|
||||
|
|
Loading…
Reference in a new issue