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
aisleriot
Commits
f730c92a
Commit
f730c92a
authored
Nov 16, 2011
by
Christian Persch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Fix configure output
parent
a6e42021
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
configure.ac
configure.ac
+0
-8
No files found.
configure.ac
View file @
f730c92a
...
...
@@ -450,33 +450,25 @@ AM_CONDITIONAL([WITH_SMCLIENT_QUARTZ],[test "$with_smclient" = "quartz"])
# *****************
AC_ARG_VAR([GLIB_GENMARSHAL],[the glib-genmarschal programme])
AC_MSG_CHECKING([for glib-genmarshal])
AC_PATH_PROG([GLIB_GENMARSHAL],[glib-genmarshal],[])
AC_MSG_RESULT([$GLIB_GENMARSHAL])
if test -z "$GLIB_GENMARSHAL"; then
AC_MSG_ERROR([glib-genmarshal not found])
fi
AC_ARG_VAR([GZIP],[the gzip programme])
AC_MSG_CHECKING([for gzip])
AC_PATH_PROG([GZIP],[gzip],[])
AC_MSG_RESULT([$GZIP])
if test -z "$GZIP"; then
AC_MSG_ERROR([gzip not found])
fi
AC_ARG_VAR([XMLLINT],[the xmllint programme])
AC_MSG_CHECKING([for xmllint])
AC_PATH_PROG([XMLLINT],[xmllint],[])
AC_MSG_RESULT([$XMLLINT])
if test -z "$XMLLINT"; then
AC_MSG_ERROR([xmllint not found])
fi
if test "$platform_win32" = "yes" -a "$os_win32" = "yes"; then
AC_MSG_CHECKING([for windres])
AC_CHECK_TOOL([WINDRES],[windres],[no])
AC_MSG_RESULT([$WINDRES])
if test "$WINDRES" = "no"; then
AC_MSG_ERROR([windres is required for native win32])
fi
...
...
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