diff options
author | raveit65 <[email protected]> | 2017-05-16 07:52:57 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2017-05-20 14:13:06 +0300 |
commit | b2d8c03dc073e082b3a40cb0a5f076c1e6463470 (patch) | |
tree | 78693ac701bc4517df0aaa398ce1787107431451 | |
parent | 8f21060a9ff44690d566377acb94ca621f01dd86 (diff) | |
download | mate-panel-b2d8c03dc073e082b3a40cb0a5f076c1e6463470.tar.bz2 mate-panel-b2d8c03dc073e082b3a40cb0a5f076c1e6463470.tar.xz |
remove a needless glib check
-rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 365e531c..1f24f84a 100644 --- a/configure.ac +++ b/configure.ac @@ -29,9 +29,7 @@ AC_PROG_LIBTOOL #AC_PROG_SED available in 2.59b AM_PROG_CC_C_O -# GLib min/max required versions -AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], - [Warn on use of APIs added after GLib 2.36]) +# GLib min required versions AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36], [Warn on use of APIs deprecated before GLib 2.36]) |