Update of /cvsroot/alsa/alsa-lib
In directory usw-pr-cvs1:/tmp/cvs-serv1890

Modified Files:
        configure.in 
Log Message:
don't set cflags if the prefix is /usr (gcc3 warns it).



Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/configure.in,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- configure.in        19 Sep 2002 16:12:13 -0000      1.83
+++ configure.in        2 Oct 2002 11:23:50 -0000       1.84
@@ -71,7 +71,7 @@
   else
     aprefix=$ac_default_prefix
   fi
-  if test -z "$soundbasedir" -a -r "$aprefix/include/sound"; then
+  if test -z "$soundbasedir" -a x"$aprefix" != x/usr -a -r "$aprefix/include/sound"; 
+then
     ALSA_CFLAGS="$ALSA_CFLAGS -I$aprefix/include"
     CFLAGS="$CFLAGS -I$aprefix/include"
     AC_MSG_RESULT($ALSA_CFLAGS)



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to