diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-30 15:30:23 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-30 15:30:23 -0700 |
commit | 6aae0c290659891bf6439ba098c05887d6bf3216 (patch) | |
tree | 480c5c9972d171676e63f4a48056cd601db6292d /configure.ac | |
parent | 9bae9dc9d9b8e0b24d0d67b75f1621ba6d3086dc (diff) | |
parent | e8f6159a7fd747e9f1838aa18ed9188bfe1426ee (diff) | |
download | mate-calc-6aae0c290659891bf6439ba098c05887d6bf3216.tar.bz2 mate-calc-6aae0c290659891bf6439ba098c05887d6bf3216.tar.xz |
Merge pull request #14 from rezso/master
fix --with-gtk option
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 15be9a1..c1f91ca 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ GIO_REQUIRED=2.25.10 GTK_REQUIRED=2.18.0 AC_MSG_CHECKING([which gtk+ version to compile against]) -AC_ARG_WITH([gtk+], +AC_ARG_WITH([gtk], [AS_HELP_STRING([--with-gtk=2.0|3.0], [which gtk+ version to compile against (default: 2.0)])], [case "$with_gtk" in 2.0|3.0) ;; |