Navigation Menu

Skip to content

Commit

Permalink
Simplify condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Feb 26, 2013
1 parent d23dd03 commit b88e3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -177,7 +177,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
USE_LIBMYSQLSERVICES="no"
;;
esac
AM_CONDITIONAL([WITH_LIBMYSQLSERVICES], [test "${USE_LIBMYSQLSERVICES}" != "no"])
AM_CONDITIONAL([WITH_LIBMYSQLSERVICES], [test "${USE_LIBMYSQLSERVICES}" = "yes"])
])

m4_define([mrn_required_groonga_version], m4_include(required_groonga_version))
Expand Down

0 comments on commit b88e3b3

Please sign in to comment.