summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrezso <[email protected]>2013-03-30 18:55:08 +0100
committerrezso <[email protected]>2013-03-30 18:55:08 +0100
commite8f6159a7fd747e9f1838aa18ed9188bfe1426ee (patch)
tree480c5c9972d171676e63f4a48056cd601db6292d /configure.ac
parent9bae9dc9d9b8e0b24d0d67b75f1621ba6d3086dc (diff)
downloadmate-calc-e8f6159a7fd747e9f1838aa18ed9188bfe1426ee.tar.bz2
mate-calc-e8f6159a7fd747e9f1838aa18ed9188bfe1426ee.tar.xz
Update configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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) ;;