[pkg-opensc-commit] [libp11] 49/239: fix AC_MSG_ERROR usage. thanks to Ralf Wildenhues.
Eric Dorland
eric at moszumanska.debian.org
Sat Oct 17 06:21:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit 536fee486ed8ab31a4f7fcf505e3168c839b67a3
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date: Thu Sep 8 17:06:26 2005 +0000
fix AC_MSG_ERROR usage. thanks to Ralf Wildenhues.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index cdfd552..91f0c61 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ AC_LIB_LINKFLAGS(ltdl)
saved_LIBS="$LIBS"
LIBS="$saved_LIBS $LIBLTDL"
-AC_CHECK_HEADER([ltdl.h], [ AC_MSG_RESULT "yes" ],
+AC_CHECK_HEADER([ltdl.h], [AC_MSG_RESULT([yes])],
[ AC_MSG_ERROR([ltdl.h not found, please install libltdl and/or libtool]) ])
LIBS="$saved_LIBS"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list