Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 1054:6ac6cd177de1
prev1046:9e2c1dd2b537
next1065:bc1cc0c54917
author nkeynes
date Sun Jun 28 12:08:16 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Fix creating first VMU (failed to add to list)
Fix device-changed causing second device-changed to fire
file annotate diff log raw
1.1 --- a/configure Sat Jun 27 10:42:24 2009 +0000
1.2 +++ b/configure Sun Jun 28 12:08:16 2009 +0000
1.3 @@ -654,6 +654,7 @@
1.4 MSGFMT
1.5 USE_NLS
1.6 GETTEXT_PACKAGE
1.7 +LXDREAM_LIBS
1.8 BUILD_ARMTEST_FALSE
1.9 BUILD_ARMTEST_TRUE
1.10 BUILD_SYSTEST_FALSE
1.11 @@ -11821,6 +11822,9 @@
1.12 CFLAGS="$CFLAGS $STDCFLAG"
1.13
1.14 GETTEXT_PACKAGE=lxdream
1.15 +LXDREAM_LIBS="$LIBS"
1.16 +LIBS=""
1.17 +
1.18
1.19
1.20 cat >>confdefs.h <<_ACEOF
.