Add missing ] (Dawid Gajownik)

Add getconfig (Dawid Gajownik)
This commit is contained in:
Alan Coopersmith
2005-10-03 15:37:57 +00:00
parent 84141fc299
commit 14a2bd3330
3 changed files with 7 additions and 2 deletions

View File

@@ -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 ---------------------------------------------------------------------------