Skip to content
Snippets Groups Projects
Commit 76ed10f4 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Revert "Add check for glib 2.12 to configure, primarily checking for"

This reverts commit d9d36a33.
parent 1a71e54e
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,6 @@ ...@@ -24,9 +24,6 @@
/* Define to 1 if using glib-2.32.0 or higher */ /* Define to 1 if using glib-2.32.0 or higher */
#undef GLIB_NEW_THREADS #undef GLIB_NEW_THREADS
/* Define to 1 if using glib-2.12.0 or higher */
#undef GLIB_PTHREAD_GETNAME
/* Define to 1 if licensed under terms of the GNU General Public License. */ /* Define to 1 if licensed under terms of the GNU General Public License. */
#undef GPL_LICENSED #undef GPL_LICENSED
......
...@@ -22789,12 +22789,6 @@ rm -f core conftest.err conftest.$ac_objext \ ...@@ -22789,12 +22789,6 @@ rm -f core conftest.err conftest.$ac_objext \
rm -f conf.glibtest rm -f conf.glibtest
   
   
if test ${glib_config_minor_version=0} -ge 12 ; then
$as_echo "#define GLIB_PTHREAD_GETNAME 1" >>confdefs.h
fi
if test ${glib_config_minor_version=0} -ge 32 ; then if test ${glib_config_minor_version=0} -ge 32 ; then
   
$as_echo "#define GLIB_NEW_THREADS 1" >>confdefs.h $as_echo "#define GLIB_NEW_THREADS 1" >>confdefs.h
......
...@@ -276,10 +276,6 @@ fi ...@@ -276,10 +276,6 @@ fi
AM_PATH_GLIB_2_0([2.7.1], [ac_glib_test="yes"], [ac_glib_test="no"], [gthread]) AM_PATH_GLIB_2_0([2.7.1], [ac_glib_test="yes"], [ac_glib_test="no"], [gthread])
if test ${glib_config_minor_version=0} -ge 12 ; then
AC_DEFINE([GLIB_PTHREAD_GETNAME], 1, [Define to 1 if using glib-2.12.0 or higher])
fi
if test ${glib_config_minor_version=0} -ge 32 ; then if test ${glib_config_minor_version=0} -ge 32 ; then
AC_DEFINE([GLIB_NEW_THREADS], 1, [Define to 1 if using glib-2.32.0 or higher]) AC_DEFINE([GLIB_NEW_THREADS], 1, [Define to 1 if using glib-2.32.0 or higher])
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment