blob: ab8415edd1ec0869e8f50e407e65bb333f8368b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- a/configure.ac
+++ b/configure.ac
@@ -376,14 +376,14 @@
esac
AC_SUBST(native_abs_top_srcdir)
-case $host_os in
+case $host in
aix*)
## Don't use AIX driver until starts to really work
## cd_drivers="${cd_drivers}, AIX"
## AC_DEFINE([HAVE_AIX_CDROM], [1],
## [Define 1 if you have AIX CD-ROM support])
;;
- darwin[[6-9]].*|darwin[[1-9]][[0-9]].*)
+ *-apple-darwin*)
AC_CHECK_HEADERS(IOKit/IOKitLib.h CoreFoundation/CFBase.h,
[have_iokit_h="yes"])
if test "x$have_iokit_h" = "xyes" ; then
|