[kaffe] CVS kaffe (dalibor): Fixed --enable-xprofiling to work without requiring an explicit 'yes'

Kaffe CVS cvs-commits at kaffe.org
Thu May 13 11:39:03 PDT 2004


PatchSet 4725 
Date: 2004/05/13 18:09:18
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Fixed --enable-xprofiling to work without requiring an explicit 'yes'

2004-05-13  Dalibor Topic  <robilad at kaffe.org>

        * configure.ac: Allow enabling of xprofiling without
        an explicit 'yes'.

        * configure: Regenerated.

        Reported by: Kero van Gelder <kero at d4050.upc-d.chello.nl>.

Members: 
	ChangeLog:1.2299->1.2300 
	configure:1.314->1.315 
	configure.ac:1.13->1.14 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2299 kaffe/ChangeLog:1.2300
--- kaffe/ChangeLog:1.2299	Sun May  9 15:07:12 2004
+++ kaffe/ChangeLog	Thu May 13 18:09:18 2004
@@ -1,3 +1,12 @@
+2004-05-13  Dalibor Topic  <robilad at kaffe.org>
+
+	* configure.ac: Allow enabling of xprofiling without
+	an explicit 'yes'.
+
+	* configure: Regenerated.
+
+	Reported by: Kero van Gelder <kero at d4050.upc-d.chello.nl>.
+
 2004-05-09 Guilhem Lavaux <guilhem at kaffe.org>
 
 	* config/i386/freebsd2/md.c: Fixed compilation and copyright
Index: kaffe/configure
diff -u kaffe/configure:1.314 kaffe/configure:1.315
--- kaffe/configure:1.314	Sun May  9 14:57:20 2004
+++ kaffe/configure	Thu May 13 18:09:19 2004
@@ -26339,7 +26339,6 @@
 fi
 
 case "$enable_xprofiling" in
-"") xprofiling=no ;;
 no) xprofiling=no ;;
 *)  xprofiling=yes; need_libxprof=yes; CPPFLAGS="$CPPFLAGS -DKAFFE_XPROFILER";;
 esac
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.13 kaffe/configure.ac:1.14
--- kaffe/configure.ac:1.13	Sun May  9 14:57:27 2004
+++ kaffe/configure.ac	Thu May 13 18:09:27 2004
@@ -487,7 +487,6 @@
 fi
 
 case "$enable_xprofiling" in
-"") xprofiling=no ;;
 no) xprofiling=no ;;
 *)  xprofiling=yes; need_libxprof=yes; CPPFLAGS="$CPPFLAGS -DKAFFE_XPROFILER";;
 esac




More information about the kaffe mailing list