Skip to content

Commit

Permalink
Merge pull request #6973: configure.ac: no use to add "+" before ac_e…
Browse files Browse the repository at this point in the history
…xt=c

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Jan 29, 2016
2 parents 369ac52 + 6379ff1 commit b4fd2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -988,7 +988,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>
Expand All @@ -1005,7 +1005,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++])


#
Expand Down

0 comments on commit b4fd2e6

Please sign in to comment.