]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
configure: kill more commas
authorSage Weil <sage@newdream.net>
Fri, 25 Sep 2009 16:07:58 +0000 (09:07 -0700)
committerSage Weil <sage@newdream.net>
Fri, 25 Sep 2009 16:07:58 +0000 (09:07 -0700)
CentOS sucks!

configure.ac

index a99a9f3eab9f23c1f48b4c364570c2c71393cb9d..6dca08dd90c6df09d3f5897f5325ea31ca6ca3bc 100644 (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])