diff options
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 33340df12..c71bb9b7d 100644 --- a/configure.ac +++ b/configure.ac @@ -412,7 +412,7 @@ AC_ARG_ENABLE(moblin, if test "x$enable_moblin" != "xno"; then PKG_CHECK_MODULES(MOBLIN, [ - nbtk-gtk-1.2 + mx-gtk-1.0 ], have_moblin="yes", have_moblin="no") if test "x$have_moblin" = "xyes"; then |