summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-03 15:37:57 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-03 15:37:57 +0000
commit14a2bd33307fd937804a9fbb03787ec30858a05c (patch)
treead0bf805548eaea6d5b76e8dfc44dbfafe1534a4 /configure.ac
parent84141fc299b03b5552be093f9b698a85bc670d65 (diff)
Add missing ] (Dawid Gajownik)
Add getconfig (Dawid Gajownik)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bbb1b7325..485f7af17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,7 +157,7 @@ dnl glibc backtrace support check (hw/xfree86/common/xf86Events.c)
AC_CHECK_HEADER([execinfo.h],[
AC_CHECK_LIB(c, backtrace, [
AC_DEFINE(HAVE_BACKTRACE, 1, [Has backtrace support])
- ])
+ ])]
)
dnl ---------------------------------------------------------------------------