Extra paren removed (since well, they were a typo...).

This commit is contained in:
brian@brian-akers-computer.local 2004-04-14 14:25:15 -04:00
parent 86952cd9a6
commit 79c46d0d00

View file

@ -1319,11 +1319,11 @@ AC_DEFUN([MYSQL_CHECK_EXAMPLEDB], [
yes )
AC_DEFINE(HAVE_EXAMPLE_DB)
AC_MSG_RESULT([yes])
[exampledb=yes])
[exampledb=yes]
;;
* )
AC_MSG_RESULT([no])
[exampledb=no])
[exampledb=no]
;;
esac