[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configure.in
From: |
Stephen Crawley |
Subject: |
Re: configure.in |
Date: |
Thu, 19 Jun 2003 02:31:38 +1000 |
Brian,
Your last change to configure.in has broken my build.
Specifically, you have commented out the following lines with dnl's
m4_pattern_allow([AM_PATH_GTK_2_0])
m4_pattern_allow([AM_PATH_GLIB_2_0])
and autoconf is now complaining at me that 'AM_PATH_GTK_2_0' and
'AM_PATH_GLIB_2_0' are undefined macros. (They are indeed undefined,
but this doesn't matter ... so long as I've disabled building the
gtk-peers.)
-- Steve.