Author: matthiasc Date: Wed Feb 6 02:59:47 2008 New Revision: 6455 URL: http://svn.gnome.org/viewvc/glib?rev=6455&view=rev
Log: forgotten file Modified: trunk/configure.in Modified: trunk/configure.in ============================================================================== --- trunk/configure.in (original) +++ trunk/configure.in Wed Feb 6 02:59:47 2008 @@ -551,7 +551,7 @@ AC_CHECK_FUNCS(atexit on_exit) -AC_CHECK_FUNCS(timegm) +AC_CHECK_FUNCS(timegm gmtime_r) AC_CHECK_SIZEOF(char) AC_CHECK_SIZEOF(short) _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.
