Search
lxdream.org :: lxdream/configure :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure
changeset 1097:d4807997e450
prev1074:397d77b6e346
next1107:7b279d10f46f
author nkeynes
date Mon Mar 15 22:31:20 2010 +1000 (14 years ago)
permissions -rw-r--r--
last change Add file inclusion support
file annotate diff log raw
1.1 --- a/configure Tue Jul 21 20:53:05 2009 +1000
1.2 +++ b/configure Mon Mar 15 22:31:20 2010 +1000
1.3 @@ -11237,6 +11237,13 @@
1.4 CDROM_NONE_FALSE=
1.5 fi
1.6
1.7 +if test "x$CDROM_DRIVER" = "xlinux"; then
1.8 +
1.9 +cat >>confdefs.h <<\_ACEOF
1.10 +#define HAVE_LINUX_CDROM 1
1.11 +_ACEOF
1.12 +
1.13 +fi
1.14
1.15 if test "${ac_cv_header_linux_joystick_h+set}" = set; then
1.16 { $as_echo "$as_me:$LINENO: checking for linux/joystick.h" >&5
.