[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes to m4/configure.ac [branch-1_4]
From: |
Gary V . Vaughan |
Subject: |
Changes to m4/configure.ac [branch-1_4] |
Date: |
Thu, 03 Feb 2005 12:14:51 -0500 |
Index: m4/configure.ac
diff -u m4/configure.ac:1.36.2.1 m4/configure.ac:1.36.2.2
--- m4/configure.ac:1.36.2.1 Thu Feb 3 16:43:11 2005
+++ m4/configure.ac Thu Feb 3 17:14:48 2005
@@ -86,15 +86,15 @@
AC_SUBST(STACKOVF)
AC_EGREP_HEADER([rlim_t], [sys/resource.h], [],
[AC_DEFINE([rlim_t], [int],
- [[Define to int if rlim_t is not defined in sys/resource.h]])
+ [Define to int if rlim_t is not defined in sys/resource.h])
])
AC_EGREP_HEADER([stack_t], [signal.h], [],
[AC_DEFINE([stack_t], [struct sigaltstack],
- [[Define to struct sigaltstack if stack_t is not in sys/signal.h]])
+ [Define to struct sigaltstack if stack_t is not in sys/signal.h])
])
AC_EGREP_HEADER([sigcontext], [signal.h],
[AC_DEFINE([HAVE_SIGCONTEXT], [1],
- [[Define to 1 if signal.h declares struct sigcontext]])
+ [Define to 1 if signal.h declares struct sigcontext])
])
fi
@@ -104,7 +104,7 @@
[if test "$enableval" = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE([ENABLE_CHANGEWORD], [1],
- [[Define to 1 if the changeword(REGEXP) functionality is wanted]])
+ [Define to 1 if the changeword(REGEXP) functionality is wanted])
else
AC_MSG_RESULT(no)
fi], [AC_MSG_RESULT(no)])