diff options
author | infirit <[email protected]> | 2013-10-31 12:58:13 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-31 12:58:13 +0100 |
commit | 051a0a4b3253ed83406e5158d751f6215c5a39f3 (patch) | |
tree | 3ffc1f393f81f7ac2885957998b9dbf4ebff77e6 | |
parent | 11cb0cb8f97a12def8d0414ec2f8ac27e71911da (diff) | |
download | caja-extensions-051a0a4b3253ed83406e5158d751f6215c5a39f3.tar.bz2 caja-extensions-051a0a4b3253ed83406e5158d751f6215c5a39f3.tar.xz |
Fix typo in open-terminal check
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |