summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5687e1b)
raw | patch | inline | side by side (parent: 5687e1b)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 19 Sep 2007 05:52:46 +0000 (05:52 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 19 Sep 2007 05:52:46 +0000 (05:52 +0000) |
Remove GNOME Print checking.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index eabde71b738eb300b52a0eb274f447ec6685d4e4..c28d0b309df533ab48fa0700fb1754f42619489b 100644 (file)
--- a/configure.ac
+++ b/configure.ac
fi
fi
-dnl ******************************
-dnl GnomePrint checking
-dnl ******************************
-
-AC_ARG_WITH(gnome-print,
- AC_HELP_STRING([--with-gnome-print], [use gnome print font database and spooler frontend]),
- [with_gp=$withval], [with_gp=auto])
-
-if test "x$with_gp" = "xyes"; then
- dnl Have to test gnome-print presence
- PKG_CHECK_MODULES(GNOME_PRINT, libgnomeprint-2.2 >= 1.116.0 libgnomeprintui-2.2 >= 1.116.0, gp=yes, gp=no)
- if test "x$gp" != "xyes"; then
- dnl No gnome-print found
- if test "x$with_gp" = "xyes"; then
- dnl Gnome-print was explicitly asked, so stop
- AC_MSG_ERROR([--with-gnome-print was specified, but appropriate libgnomeprint development packages could not be found])
- else
- # gp is no, tell us for the log file
- AC_MSG_RESULT($gp)
- fi
- fi
-else
- dnl Asked to ignore gnome-print
- gp=no
-fi
-
-AC_SUBST(GNOME_PRINT_CFLAGS)
-AC_SUBST(GNOME_PRINT_LIBS)
-
-AM_CONDITIONAL(USE_GNOME_PRINT, test "x$gp" = "xyes")
-if test "x$gp" = "xyes"; then
- AC_DEFINE(WITH_GNOME_PRINT, 1, [Use gnome print font database and spooler frontend])
-fi
dnl ******************************
dnl gnome vfs checking