Navigation Menu

Skip to content

Commit

Permalink
Fix indent again
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Nov 27, 2013
1 parent fadbf12 commit 8456801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -205,7 +205,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
elif test -f "${pkglibdir}/mysql/libmysqlservices.a"; then
mysql_services_lib_dir="${pkglibdir}/mysql"
else
AC_MSG_ERROR([libmysqlservices.a is not found in <${pkglibdir}/> and <${pkglibdir}/mysql/>])
AC_MSG_ERROR([libmysqlservices.a is not found in <${pkglibdir}/> and <${pkglibdir}/mysql/>])
fi
fi
AC_MSG_RESULT([$mysql_services_lib_dir])
Expand Down

0 comments on commit 8456801

Please sign in to comment.