/[graveman]/graveman/current/configure.in
ViewVC logotype

Diff of /graveman/current/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by scresto, Tue Feb 15 23:05:01 2005 UTC revision 1.15 by scresto, Sun Feb 20 17:45:01 2005 UTC
# Line 136  else Line 136  else
136                  enable_linux_ide=no                  enable_linux_ide=no
137                  ;;                  ;;
138          esac          esac
         AC_MSG_RESULT(no)  
139  fi  fi
140    
141  if test "A$enable_linux_ide" = "Ayes"; then  if test "A$enable_linux_ide" = "Ayes"; then
142          AC_DEFINE(LINUX_IDE,1,[Define for linux ide devices support])          AC_DEFINE(LINUX_IDE,1,[Define for linux ide devices support])
143  fi  fi
144    
145    AC_MSG_CHECKING(for linux-scsi device support)
146    if test "A$enable_linux_scsi" = "Ayes"; then
147            AC_MSG_RESULT(yes)
148            echo "*** LINUX-SCSI devices support enabled on command line"
149    else
150            dnl host type test
151            case "$host" in
152                    *-*-linux-gnu)
153                    AC_MSG_RESULT(yes (auto))
154                    enable_linux_scsi=yes
155                    ;;
156                    *)
157                    AC_MSG_RESULT(no (auto))
158                    enable_linux_scsi=no
159                    ;;
160            esac
161    fi
162    
163    if test "A$enable_linux_scsi" = "Ayes"; then
164            AC_DEFINE(LINUX_SCSI,1,[Define for linux scsi devices support])
165    fi
166    
167  AC_MSG_CHECKING(for debug mode request)  AC_MSG_CHECKING(for debug mode request)
168  if test "A$enable_debug" = "Ayes"; then  if test "A$enable_debug" = "Ayes"; then
169          AC_MSG_RESULT(yes)          AC_MSG_RESULT(yes)
# Line 181  echo " Line 202  echo "
202  Configuration for $PACKAGE $VERSION :  Configuration for $PACKAGE $VERSION :
203  -----------------------------------  -----------------------------------
204    
205    Host System Type ............. : $host    Host System Type ................ : $host
206    Compiler ..................... : $CC $CPPFLAGS    Compiler ........................ : $CC $CPPFLAGS
207    Linker ....................... : $CC $LDFLAGS $LIBS    Linker .......................... : $CC $LDFLAGS $LIBS
208    GTK+ version ................. : `pkg-config --modversion gtk+-2.0`    GTK+ version .................... : `pkg-config --modversion gtk+-2.0`
209    GLIB version ................. : `pkg-config --modversion glib-2.0`    GLIB version .................... : `pkg-config --modversion glib-2.0`
210    Ogg vorbis file support ...... : $enable_ogg    Ogg vorbis file support ......... : $enable_ogg
211    Mp3 file support ............. : $enable_mp3    Mp3 file support ................ : $enable_mp3
212    Wav file support ............. : $enable_wav    Wav file support ................ : $enable_wav
213    NLS/gettext .................. : $USE_NLS    NLS/gettext ..................... : $USE_NLS
214    Linux IDE devices support .... : $enable_linux_ide    Linux IDE/SCSI devices support .. : $enable_linux_ide/$enable_linux_scsi
215    Debug mode ................... : $enable_debug    Debug mode ...................... : $enable_debug
216    
217    Now type 'make' to build $PACKAGE $VERSION,    Now type 'make' to build $PACKAGE $VERSION,
218    and then type 'make install' for installation.    and then type 'make install' for installation.

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26