Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
GIMP
Commits
d42a9f99
Commit
d42a9f99
authored
Sep 22, 2005
by
Sven Neumann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't bail out if libgnomeprintui isn't found
parent
732e01b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configure.in
configure.in
+2
-1
No files found.
configure.in
View file @
d42a9f99
...
...
@@ -1252,7 +1252,8 @@ AC_ARG_WITH(gnomeprint,[ --without-gnomeprint disable build of gnomeprint pl
if test "x$with_gnomeprint" != xno; then
PKG_CHECK_MODULES(GNOMEPRINT,
libgnomeprintui-2.2 >= gnome_print_required_version,
have_gnomeprint=yes)
have_gnomeprint=yes,
AC_MSG_WARN([libgnomeprintui not found!]))
fi
AM_CONDITIONAL(HAVE_GNOMEPRINT, test x$have_gnomeprint = xyes)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment