diff options
author | monsta <[email protected]> | 2015-08-23 15:23:36 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-24 17:41:03 +0200 |
commit | f23b13a8d55c2cb8d2e693453a3298506f7f08ee (patch) | |
tree | f16679101d4d0628b4a762337ad75ed79406ecd8 /configure.ac | |
parent | 4e3abe7b0833ce5b6b92d5581ab219e2743d1cd6 (diff) | |
download | mate-desktop-f23b13a8d55c2cb8d2e693453a3298506f7f08ee.tar.bz2 mate-desktop-f23b13a8d55c2cb8d2e693453a3298506f7f08ee.tar.xz |
configure.ac: remove excessive assignments
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3215bd0..c71eb46 100644 --- a/configure.ac +++ b/configure.ac @@ -126,8 +126,6 @@ dnl it too, or it will never make it into the spec file! dnl ---------------------------------------------------------------------------- dnl GTK library version dnl ---------------------------------------------------------------------------- -GTK_API_VERSION=2.0 -GTK_REQUIRED=2.24.0 AC_MSG_CHECKING([which gtk+ version to compile against]) AC_ARG_WITH([gtk], |