fix AC_MSG_ERROR usage. thanks to Ralf Wildenhues.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2556 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-09-08 17:06:41 +00:00
parent d00aaaa9db
commit 6c4e5c191d

View File

@ -190,7 +190,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"