diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e9048eb..9121d65 100644 --- a/configure.ac +++ b/configure.ac @@ -1691,7 +1691,7 @@ if test "x$with_ppl" = "xno"; then dnl Only execute fail-action, if CLooG has been requested. CLOOG_REQUESTED([graphite_requested=yes], [graphite_requested=no]) if test "${graphite_requested}" = yes; then - AC_MSG_ERROR([Unable to find a usable PPL. See config.log for details.])] + AC_MSG_ERROR([Unable to find a usable PPL. See config.log for details.]) fi with_cloog=no fi |