diff options
author | rezso <[email protected]> | 2013-03-30 18:55:08 +0100 |
---|---|---|
committer | rezso <[email protected]> | 2013-03-30 18:55:08 +0100 |
commit | e8f6159a7fd747e9f1838aa18ed9188bfe1426ee (patch) | |
tree | 480c5c9972d171676e63f4a48056cd601db6292d | |
parent | 9bae9dc9d9b8e0b24d0d67b75f1621ba6d3086dc (diff) | |
download | mate-calc-e8f6159a7fd747e9f1838aa18ed9188bfe1426ee.tar.bz2 mate-calc-e8f6159a7fd747e9f1838aa18ed9188bfe1426ee.tar.xz |
Update 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) ;; |