mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Extra paren removed (since well, they were a typo...).
This commit is contained in:
parent
86952cd9a6
commit
79c46d0d00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue