[netperf-dev] netperf4 commit notice r87 - branches/glib_migration
raj at netperf.org
raj at netperf.org
Mon Mar 20 11:38:02 PST 2006
Author: raj
Date: 2006-03-20 11:38:00 -0800 (Mon, 20 Mar 2006)
New Revision: 87
Modified:
branches/glib_migration/AUTHORS
branches/glib_migration/configure
branches/glib_migration/configure.ac
Log:
A typo fix, courtesy of Simon.
Modified: branches/glib_migration/AUTHORS
===================================================================
--- branches/glib_migration/AUTHORS 2006-03-18 00:58:51 UTC (rev 86)
+++ branches/glib_migration/AUTHORS 2006-03-20 19:38:00 UTC (rev 87)
@@ -15,4 +15,4 @@
initiailization.
Simon Leinen
-Initial Solaris (9) porting work
\ No newline at end of file
+Initial Solaris (9) porting work. Misc bug fixes.
\ No newline at end of file
Modified: branches/glib_migration/configure
===================================================================
--- branches/glib_migration/configure 2006-03-18 00:58:51 UTC (rev 86)
+++ branches/glib_migration/configure 2006-03-20 19:38:00 UTC (rev 87)
@@ -25692,7 +25692,7 @@
echo "${ECHO_T}\"$enable_cpuutil\"" >&6
# not sure that this is really the right way to do this...help?
-CFLAGS="$CLFAGS $libxml2_cflags $glib_cflags $gmodule_cflgas"
+CFLAGS="$CLFAGS $libxml2_cflags $glib_cflags $gmodule_cflags"
LIBS="$LIBS $libxml2_libs $glib_libs $gmodule_libs"
Modified: branches/glib_migration/configure.ac
===================================================================
--- branches/glib_migration/configure.ac 2006-03-18 00:58:51 UTC (rev 86)
+++ branches/glib_migration/configure.ac 2006-03-20 19:38:00 UTC (rev 87)
@@ -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="$CLFAGS $libxml2_cflags $glib_cflags $gmodule_cflags"
LIBS="$LIBS $libxml2_libs $glib_libs $gmodule_libs"
AC_SUBST(CFLAGS)
More information about the netperf-dev
mailing list