From: Kefu Chai Date: Tue, 5 May 2015 07:07:33 +0000 (+0800) Subject: configure.ac: no use to add "+" before ac_ext=c X-Git-Tag: v9.0.2~239^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=899dd23766c5ae6fef39bf24ef0692127d17deb3;p=ceph.git configure.ac: no use to add "+" before ac_ext=c Signed-off-by: Kefu Chai --- diff --git a/configure.ac b/configure.ac index b21ad4482d58..b29583edad77 100644 --- a/configure.ac +++ b/configure.ac @@ -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 @@ -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++]) #