diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-07-13 09:58:05 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-07-13 09:58:05 +0000 |
| commit | c2d3c7b02fda30d1c9d1c1b678a308746ee279eb (patch) | |
| tree | 06204dd38eaa4911e61fefd928999d31e4d134c2 | |
| parent | check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476) (diff) | |
| download | inkscape-c2d3c7b02fda30d1c9d1c1b678a308746ee279eb.tar.gz inkscape-c2d3c7b02fda30d1c9d1c1b678a308746ee279eb.zip | |
include libpng with pkg-config check for include path (fixes #1519300)
(bzr r1403)
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ad213e3f2..395803b43 100644 --- a/configure.ac +++ b/configure.ac @@ -507,9 +507,9 @@ dnl *** NOTE: when we move to gtk 2.6 or later, we can remove the dnl ********* the override for g_ascii_strtod below... dnl sigc++-2.0 >= 2.0.12: using "visit_each" not available in 2.0.10 if test $cc_vers_major -gt 3; then - PKG_CHECK_MODULES(INKSCAPE, gdkmm-2.4 glibmm-2.4 gtkmm-2.4 gtk+-2.0 >= 2.4.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 sigc++-2.0 >= 2.0.12 $ink_spell_pkg gthread-2.0 >= 2.0) + PKG_CHECK_MODULES(INKSCAPE, gdkmm-2.4 glibmm-2.4 gtkmm-2.4 gtk+-2.0 >= 2.4.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 sigc++-2.0 >= 2.0.12 $ink_spell_pkg gthread-2.0 >= 2.0 libpng >= 1.2) else - PKG_CHECK_MODULES(INKSCAPE, gdkmm-2.4 glibmm-2.4 gtkmm-2.4 gtk+-2.0 >= 2.4.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 sigc++-2.0 >= 2.0.11 $ink_spell_pkg gthread-2.0 >= 2.0) + PKG_CHECK_MODULES(INKSCAPE, gdkmm-2.4 glibmm-2.4 gtkmm-2.4 gtk+-2.0 >= 2.4.0 libxml-2.0 >= 2.6.11 libxslt >= 1.0.15 sigc++-2.0 >= 2.0.11 $ink_spell_pkg gthread-2.0 >= 2.0 libpng >= 1.2) fi dnl Shouldn't we test for libpng and libz? |
