diff options
author | unknown <mikef@nslinuxw4.bedford.progress.com> | 2001-03-22 09:21:54 -0500 |
---|---|---|
committer | unknown <mikef@nslinuxw4.bedford.progress.com> | 2001-03-22 09:21:54 -0500 |
commit | 543951a9e36b369f4e5b01d75131f27e486db18f (patch) | |
tree | 87372a0bda242907a1ae86dc1180dda32f4c020a /acinclude.m4 | |
parent | b4098ead8324790a52a70b4b35a3e83bc4c7ed54 (diff) | |
download | mariadb-git-543951a9e36b369f4e5b01d75131f27e486db18f.tar.gz |
acinclude.m4 Removed redundant Gemini check section
acinclude.m4:
Removed redundant Gemini check section
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 32e335b87a2..e39f4103f9b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -985,49 +985,6 @@ dnl END OF MYSQL_CHECK_GEMINI SECTION dnl --------------------------------------------------------------------------- dnl --------------------------------------------------------------------------- -dnl Macro: MYSQL_CHECK_GEMINI -dnl Sets HAVE_GEMINI_DB if --with-gemini is used -dnl --------------------------------------------------------------------------- - -AC_DEFUN([MYSQL_CHECK_GEMINI], [ - AC_ARG_WITH([gemini], - [\ - --with-gemini[=DIR] Use Gemini DB located in DIR], - [gemini="$withval"], - [gemini=no]) - - AC_MSG_CHECKING([for Gemini DB]) - -dnl SORT OUT THE SUPPLIED ARGUMENTS TO DETERMINE WHAT TO DO -dnl echo "DBG_GEM1: gemini='$gemini'" - have_gemini_db=no - gemini_includes= - gemini_libs= - case "$gemini" in - no ) - AC_MSG_RESULT([Not using Gemini DB]) - ;; - yes | default | *) - have_gemini_db="yes" - gemini_includes="-I../gemini/incl -I../gemini" - gemini_libs="\ - ../gemini/api/libapi.a\ - ../gemini/db/libdb.a\ - ../gemini/dbut/libdbut.a\ - ../gemini/vst/libvst.a" - AC_MSG_RESULT([Using Gemini DB]) - ;; - esac - - AC_SUBST(gemini_includes) - AC_SUBST(gemini_libs) -]) - -dnl --------------------------------------------------------------------------- -dnl END OF MYSQL_CHECK_GEMINI SECTION -dnl --------------------------------------------------------------------------- - -dnl --------------------------------------------------------------------------- dnl Got this from the GNU tar 1.13.11 distribution dnl by Paul Eggert <eggert@twinsun.com> dnl --------------------------------------------------------------------------- |