]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
configure.ac: no use to add "+" before ac_ext=c 4544/head
authorKefu Chai <kchai@redhat.com>
Tue, 5 May 2015 07:07:33 +0000 (15:07 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 6 May 2015 02:17:48 +0000 (10:17 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
configure.ac

index b21ad4482d58a5a24ae5555e7e7b982f45549760..b29583edad774a194a7994e7b8c45cfd4ff794de 100644 (file)
@@ -1020,7 +1020,7 @@ AC_MSG_RESULT([no])
 ])
 
 AC_MSG_CHECKING([for sched.h])
-+AC_LANG_PUSH([C++])
+AC_LANG_PUSH([C++])
 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 #define _GNU_SOURCE
 #include <sched.h>
@@ -1037,7 +1037,7 @@ AC_DEFINE([HAVE_SCHED], 1, [Define to 1 if you have sched.h.])
 ], [
 AC_MSG_RESULT([no])
 ])
-+AC_LANG_POP([C++])
+AC_LANG_POP([C++])
 
 
 #