summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8ff7dd307a43..55b1da3d51d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5799,7 +5799,7 @@ if test "$GCC" = "yes"; then
save_CFLAGS=$CFLAGS
CFLAGS="$CFLAGS -Werror"
AC_COMPILE_IFELSE([AC_LANG_SOURCE([
- __attribute__((deprecated(test))) void f();
+ __attribute__((deprecated("test"))) void f();
])], [
AC_DEFINE([HAVE_GCC_DEPRECATED_MESSAGE],[1])
AC_MSG_RESULT([yes])