diff options
author | infirit <[email protected]> | 2013-10-31 12:19:58 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-31 12:19:58 +0100 |
commit | 72418e6eea09fbab0f5749c6e730b0fc755d78cb (patch) | |
tree | 130b93efce9eb96179becad3f8538bbb64958bbf | |
parent | 85b62da5c5a371f76b8be57fe795936487b5c106 (diff) | |
download | caja-72418e6eea09fbab0f5749c6e730b0fc755d78cb.tar.bz2 caja-72418e6eea09fbab0f5749c6e730b0fc755d78cb.tar.xz |
Remove forgotten GTK_API_VERSION and GTK_REQUIRED (now in case)
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 31da6d6b..60eac112 100644 --- a/configure.ac +++ b/configure.ac @@ -25,9 +25,6 @@ AC_INIT([caja], [1.7.0], [http://www.mate-desktop.org]) 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], [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 2.0)])], |