Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 180:e6dcf9b65658
prev94:8d80d9c7cc7d
next426:8a7a752f1174
author nkeynes
date Tue Feb 13 08:28:50 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Fix crash when display driver does not supply a keysym resolver
file annotate diff log raw
1.1 --- a/configure.in Sun Feb 05 04:05:27 2006 +0000
1.2 +++ b/configure.in Tue Feb 13 08:28:50 2007 +0000
1.3 @@ -26,6 +26,8 @@
1.4 ALL_LINGUAS=""
1.5 AM_GLIB_GNU_GETTEXT
1.6
1.7 +AC_SUBST( CFLAGS, '-g3' )
1.8 +
1.9 AC_OUTPUT([
1.10 Makefile
1.11 src/Makefile
.