[Pkg-wmaker-commits] [wmbiff] 25/84: likely bugfix for newer autoconf?
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_10
in repository wmbiff.
commit 26d6399ce6a6806295100508eec00358508597b2
Author: bluehal <bluehal>
Date: Sat Jun 15 09:05:17 2002 +0000
likely bugfix for newer autoconf?
---
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.in b/configure.in
index 79ac344..5906c6c 100644
--- a/configure.in
+++ b/configure.in
@@ -72,7 +72,7 @@ AC_CHECK_LIB(X11, XrmParseCommand)
AC_CHECK_LIB(Xext, XextAddDisplay)
AC_CHECK_LIB(Xpm, XpmCreateImageFromXpmImage)
-AC_CHECK_HEADERS(X11/xpm.h, [], AC_CHECK_HEADERS(xpm.h, [], AC_MSG_ERROR([xpm.h is needed])))
+AC_CHECK_HEADERS(X11/xpm.h, [], [AC_CHECK_HEADERS(xpm.h, [], AC_MSG_ERROR([xpm.h is needed]))])
dnl Password prompting stuff.
AC_PATH_PROGS(DEFAULT_ASKPASS, ssh-askpass x11-ssh-askpass ssh-askpass-gnome, /usr/bin/ssh-askpass)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list