configure: kill more commas

CentOS sucks!
This commit is contained in:
Sage Weil 2009-09-25 09:07:58 -07:00
parent 2f50017097
commit 8848973ed6

View File

@ -119,7 +119,7 @@ AM_CONDITIONAL(WITH_CCGNU, test "WITH_CCGNU" = "1")
# newsyn? requires mpi.
#AC_ARG_WITH([newsyn],
# [AS_HELP_STRING([--with-newsyn], [build newsyn target, requires mpi])],
# [AS_HELP_STRING([--with-newsyn], [build newsyn target requires mpi])],
# [],
# [with_newsyn=no])
@ -133,17 +133,17 @@ AC_LANG([C++])
AC_DEFINE([HAVE_BOOST_SPIRIT_CORE_HPP], [], [Description])
AC_CHECK_HEADER([boost/spirit.hpp],
[AC_DEFINE([HAVE_BOOST_SPIRIT_CORE_HPP])],
[AC_MSG_ERROR([Sorry, you need to install the Boost spirit parser library (libboost-dev on debian)])])
[AC_MSG_ERROR([Sorry you need to install the Boost spirit parser library (libboost-dev on debian)])])
AC_LANG([C])
AC_CHECK_HEADER([histedit.h],
[],
[AC_MSG_ERROR([Sorry, you need histedit.h (libedit-dev on debian)])])
[AC_MSG_ERROR([Sorry you need histedit.h (libedit-dev on debian)])])
AC_CHECK_HEADER([openssl/md5.h],
[],
[AC_MSG_ERROR([Sorry, you need openssl dev files (libssl-dev on debian)])])
[AC_MSG_ERROR([Sorry you need openssl dev files (libssl-dev on debian)])])
AC_CHECK_HEADERS([sys/xattr.h arpa/inet.h netdb.h netinet/in.h sys/file.h sys/ioctl.h sys/mount.h sys/param.h sys/socket.h sys/statvfs.h sys/time.h sys/vfs.h syslog.h utime.h])