Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18833
Modified Files:
configure.in
Log Message:
One more fix for compiler detection
Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- configure.in 29 Feb 2004 14:18:28 -0000 1.230
+++ configure.in 1 Mar 2004 08:49:00 -0000 1.231
@@ -160,6 +160,7 @@
[AC_TRY_RUN([
#include <stdio.h>
#include <ctype.h>
+#include <string.h>
#include "$CONFIG_SND_KERNELDIR/include/linux/compile.h"
int main()
{
@@ -182,6 +183,8 @@
*dptr = *ptr;
*dptr = '\t';
*dptr = '\0';
+ if (!strcmp(compiler, " "))
+ compiler[0] = '\0';
fprintf(f,"%s\n",compiler);
fclose(f);
}
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog