[netperf-talk] Typos in configure script (SVN trunk)

Simon Leinen simon at limmat.switch.ch
Sun Mar 19 05:31:03 PST 2006


I found two misspellings of "cflags" in configure.ac (SVN trunk), on
of which prevents CFLAGS from being passed through the configure
script (we need that mechanism to work for our 32/64-bit build
routines).
-- 
Simon.

Index: configure.ac
===================================================================
--- configure.ac	(revision 86)
+++ configure.ac	(working copy)
@@ -581,7 +581,7 @@
 	AC_MSG_RESULT("$enable_cpuutil")
 
 # not sure that this is really the right way to do this...help?
-CFLAGS="$CLFAGS $libxml2_cflags $glib_cflags $gmodule_cflgas"
+CFLAGS="$CFLAGS $libxml2_cflags $glib_cflags $gmodule_cflags"
 LIBS="$LIBS $libxml2_libs $glib_libs $gmodule_libs"
 
 AC_SUBST(CFLAGS)




More information about the netperf-talk mailing list