Enlightenment CVS committal

Author  : raster
Project : misc
Module  : eplayer

Dir     : misc/eplayer


Modified Files:
        configure.ac 


Log Message:


fix damnit! 

===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/configure.ac,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- configure.ac        28 Jan 2004 09:46:23 -0000      1.17
+++ configure.ac        30 Jan 2004 01:24:33 -0000      1.18
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 1.17 2004/01/28 09:46:23 technikolor Exp $
+dnl $Id: configure.ac,v 1.18 2004/01/30 01:24:33 raster Exp $
 
 AC_INIT(src/eplayer.c)
 
@@ -84,6 +84,7 @@
 dnl Check for libavcodec
 tmp=$LIBS
 
+AM_CONDITIONAL(HAVE_AVCODEC, false) 
 AC_ARG_ENABLE(debug,
         [  --enable-avcodec          Build AVcodec support (default: no)], 
 
@@ -103,13 +104,13 @@
        fi
 
        LIBS=$tmp
-       AM_CONDITIONAL(HAVE_AVCODEC, test "$have_avcodec" = "yes") 
+       AM_CONDITIONAL(HAVE_AVCODEC, test x"$have_avcodec" = x"yes") 
        ], have_avcodec="no")
        
 
 dnl Check for OSS
 AC_CHECK_HEADERS(sys/soundcard.h machine/soundcard.h, [have_oss="yes"; break], 
have_oss="no")
-AM_CONDITIONAL(HAVE_OSS, test "$have_oss" = "yes")
+AM_CONDITIONAL(HAVE_OSS, test x"$have_oss" = "xyes")
 
 dnl Check for ALSA
 PKG_CHECK_MODULES(ALSA, alsa >= 0.9, have_alsa="yes", have_alsa="no")
@@ -117,7 +118,7 @@
 
 dnl Check for Solaris audio stuff
 AC_CHECK_HEADER(sys/audioio.h, have_solaris="yes", have_solaris="no")
-AM_CONDITIONAL(HAVE_SOLARIS, test "$have_solaris" = "yes")
+AM_CONDITIONAL(HAVE_SOLARIS, test x"$have_solaris" = "xyes")
 
 AC_OUTPUT([
 Makefile




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to