diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-01-26 23:14:49 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-26 23:14:49 +0100 |
commit | 5839d8a7e6c3d6f96dca8791b4dc2d326b967927 (patch) | |
tree | a24e09352a24311d2687817650542ca4fb827c47 | |
parent | d551765c2dfaa055bd40ede86d5a998e728e14e9 (diff) | |
download | mate-sensors-applet-5839d8a7e6c3d6f96dca8791b4dc2d326b967927.tar.bz2 mate-sensors-applet-5839d8a7e6c3d6f96dca8791b4dc2d326b967927.tar.xz |
Revert "define max/min version of GLib"
This reverts commit 5205a6a103cb35f5381effb3a79571ad9b5d57bc.
This fixes re-define warnings in build log, glib itself define those limits.
Honestly, nobody will care about warnings in build log.
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index c7efb81..0577472 100644 --- a/configure.ac +++ b/configure.ac @@ -10,12 +10,6 @@ AM_INIT_AUTOMAKE([dist-xz no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE -# ======= 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]) -AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36], - [Warn on use of APIs deprecated before GLib 2.36]) - # ============== basic compiler settings ============= # AC_PROG_CC AC_HEADER_STDC |