Remove hardcoded gcc -Wall option from configure.ac
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
		
							parent
							
								
									52e9ef5664
								
							
						
					
					
						commit
						442967c90d
					
				| 
						 | 
					@ -918,7 +918,7 @@ fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if test "x$DRI2" = xyes; then
 | 
					if test "x$DRI2" = xyes; then
 | 
				
			||||||
	save_CFLAGS=$CFLAGS
 | 
						save_CFLAGS=$CFLAGS
 | 
				
			||||||
	CFLAGS="$GL_CFLAGS $LIBDRM_CFLAGS -Wall"
 | 
						CFLAGS="$GL_CFLAGS $LIBDRM_CFLAGS"
 | 
				
			||||||
	AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <GL/gl.h>
 | 
						AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <GL/gl.h>
 | 
				
			||||||
#include <GL/internal/dri_interface.h>
 | 
					#include <GL/internal/dri_interface.h>
 | 
				
			||||||
#ifndef __DRI_DRI2
 | 
					#ifndef __DRI_DRI2
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue