graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/configure.in


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/configure.in
Date: Sun, 20 Feb 2005 12:45:06 -0500

Index: graveman/current/configure.in
diff -u graveman/current/configure.in:1.14 graveman/current/configure.in:1.15
--- graveman/current/configure.in:1.14  Tue Feb 15 23:05:01 2005
+++ graveman/current/configure.in       Sun Feb 20 17:45:01 2005
@@ -136,13 +136,34 @@
                enable_linux_ide=no
                ;;
        esac
-       AC_MSG_RESULT(no)
 fi
 
 if test "A$enable_linux_ide" = "Ayes"; then
        AC_DEFINE(LINUX_IDE,1,[Define for linux ide devices support])
 fi
 
+AC_MSG_CHECKING(for linux-scsi device support)
+if test "A$enable_linux_scsi" = "Ayes"; then
+       AC_MSG_RESULT(yes)
+       echo "*** LINUX-SCSI devices support enabled on command line"
+else
+       dnl host type test
+       case "$host" in
+               *-*-linux-gnu)
+               AC_MSG_RESULT(yes (auto))
+               enable_linux_scsi=yes
+               ;;
+               *)
+               AC_MSG_RESULT(no (auto))
+               enable_linux_scsi=no
+               ;;
+       esac
+fi
+
+if test "A$enable_linux_scsi" = "Ayes"; then
+       AC_DEFINE(LINUX_SCSI,1,[Define for linux scsi devices support])
+fi
+
 AC_MSG_CHECKING(for debug mode request)
 if test "A$enable_debug" = "Ayes"; then
        AC_MSG_RESULT(yes)
@@ -181,17 +202,17 @@
 Configuration for $PACKAGE $VERSION :
 -----------------------------------
 
-  Host System Type ............. : $host
-  Compiler ..................... : $CC $CPPFLAGS
-  Linker ....................... : $CC $LDFLAGS $LIBS
-  GTK+ version ................. : `pkg-config --modversion gtk+-2.0`
-  GLIB version ................. : `pkg-config --modversion glib-2.0`
-  Ogg vorbis file support ...... : $enable_ogg
-  Mp3 file support ............. : $enable_mp3
-  Wav file support ............. : $enable_wav
-  NLS/gettext .................. : $USE_NLS
-  Linux IDE devices support .... : $enable_linux_ide
-  Debug mode ................... : $enable_debug
+  Host System Type ................ : $host
+  Compiler ........................ : $CC $CPPFLAGS
+  Linker .......................... : $CC $LDFLAGS $LIBS
+  GTK+ version .................... : `pkg-config --modversion gtk+-2.0`
+  GLIB version .................... : `pkg-config --modversion glib-2.0`
+  Ogg vorbis file support ......... : $enable_ogg
+  Mp3 file support ................ : $enable_mp3
+  Wav file support ................ : $enable_wav
+  NLS/gettext ..................... : $USE_NLS
+  Linux IDE/SCSI devices support .. : $enable_linux_ide/$enable_linux_scsi
+  Debug mode ...................... : $enable_debug
 
   Now type 'make' to build $PACKAGE $VERSION,
   and then type 'make install' for installation.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]