Commit b26c1ed5 authored by unknown's avatar unknown

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


acinclude.m4:
  Typo fix (extra paren). 
  D'oh!
parent a76b2432
...@@ -1319,11 +1319,11 @@ AC_DEFUN([MYSQL_CHECK_EXAMPLEDB], [ ...@@ -1319,11 +1319,11 @@ AC_DEFUN([MYSQL_CHECK_EXAMPLEDB], [
yes ) yes )
AC_DEFINE(HAVE_EXAMPLE_DB) AC_DEFINE(HAVE_EXAMPLE_DB)
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
[exampledb=yes]) [exampledb=yes]
;; ;;
* ) * )
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
[exampledb=no]) [exampledb=no]
;; ;;
esac esac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment