summaryrefslogtreecommitdiffstats
path: root/c/src/tests/mptests
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/mptests')
-rw-r--r--c/src/tests/mptests/ChangeLog5
-rw-r--r--c/src/tests/mptests/configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/c/src/tests/mptests/ChangeLog b/c/src/tests/mptests/ChangeLog
index 2ecd6a6c18..dc7e8d772f 100644
--- a/c/src/tests/mptests/ChangeLog
+++ b/c/src/tests/mptests/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove CC_CFLAGS_PROFILE_V.
+ Remove CC_LDFLAGS_PROFILE_V.
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.
diff --git a/c/src/tests/mptests/configure.ac b/c/src/tests/mptests/configure.ac
index 24d40559fb..fe2ac4e707 100644
--- a/c/src/tests/mptests/configure.ac
+++ b/c/src/tests/mptests/configure.ac
@@ -31,8 +31,6 @@ AC_SUBST(BARE_CPU_CFLAGS)
AC_SUBST(BARE_CPU_MODEL)
AC_SUBST(CC_CFLAGS_DEFAULT)
AC_SUBST(CC_CFLAGS_DEBUG_V)
-AC_SUBST(CC_CFLAGS_PROFILE_V)
-AC_SUBST(CC_LDFLAGS_PROFILE_V)
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")