From 051a0a4b3253ed83406e5158d751f6215c5a39f3 Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 31 Oct 2013 12:58:13 +0100 Subject: Fix typo in open-terminal check --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3b79583..5133da3 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ AC_ARG_ENABLE([open-terminal], [enable_open_terminal=$enableval], [enable_open_terminal=yes]) -if test "x$enable_open-terminal" = "xyes"; then +if test "x$enable_open_terminal" = "xyes"; then PKG_CHECK_MODULES(OPENTERMINAL, glib-2.0 >= $GLIB_REQUIRED mate-desktop-2.0 >= $LIBMATE_DESKTOP_REQUIRED) -- cgit v1.2.1