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

@ -1,3 +1,8 @@
2005-10-03 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac: Add missing ] (Dawid Gajownik)
* hw/xfree86/Makefile.am (SUBDIRS): Add getconfig (Dawid Gajownik)
2005-10-02 Eric Anholt <anholt@FreeBSD.org>
* hw/xfree86/exa/Makefile.am:

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

View File

@ -10,7 +10,7 @@ endif
SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support parser rac \
ramdac shadowfb vbe vgahw xaa xf1bpp xf4bpp xf8_16bpp \
xf8_32bpp xf8_32wid loader scanpci dixmods exa $(DRI_SUBDIR) utils \
$(DOC_SUBDIR)
$(DOC_SUBDIR) getconfig
DIST_SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support \
parser rac ramdac shadowfb vbe vgahw xaa xf1bpp xf4bpp \