commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

--enable-gtk-peer: trivial configure patch


From: Steven Augart
Subject: --enable-gtk-peer: trivial configure patch
Date: Fri, 18 Jun 2004 14:15:10 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007


--
Steven Augart

Jikes RVM, a free, open source, Virtual Machine:
http://oss.software.ibm.com/jikesrvm
OK to commit?  If this patch had been in place, I would have saved close to
an hour's worth of time yesterday and today.

--Steve Augart

Changelog Entry:

2004-06-18  Steven Augart  <address@hidden>

        * configure.ac: Complain about incorrect "--enable-gtk-peers".

Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.31
diff -I*.class -u -r1.31 configure.ac
--- configure.ac        10 Jun 2004 03:04:17 -0000      1.31
+++ configure.ac        18 Jun 2004 18:12:33 -0000
@@ -68,6 +68,10 @@
               [COMPILE_GTK_PEER=yes])
 AM_CONDITIONAL(CREATE_GTK_PEER_LIBRARIES, test "x${COMPILE_GTK_PEER}" = xyes)
 
+dnl GTK native peer error checking 
+AC_ARG_ENABLE([gtk-peers],,AC_MSG_ERROR([No --enable-gtk-peers (or 
--disable-gtk-peers) option; you want --enable-gtk-peer]))
+
+
 dnl -----------------------------------------------------------
 dnl Regenerate headers at build time (disabled by default)
 dnl -----------------------------------------------------------

reply via email to

[Prev in Thread] Current Thread [Next in Thread]