Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lib_mysqludf_stem
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
lib_mysqludf_stem
Commits
6103a8c1
Commit
6103a8c1
authored
Sep 18, 2015
by
Kazuhiko Shiozaki
Committed by
Kazuhiko
Sep 24, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix configure.ac.
parent
def499ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
configure.ac
configure.ac
+7
-1
No files found.
configure.ac
View file @
6103a8c1
...
...
@@ -6,11 +6,17 @@ AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE
AC_PROG_CC
AC_PROG_CXX
AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL)dnl
m4_include(config/ax_lib_mysql.m4)
AX_LIB_MYSQL(,,AC_MSG_ERROR("Can't find mysql library" ))
if test -n "$MYSQL_PLUGINDIR" && test "$libdir" == '${exec_prefix}/lib' ; then
AC_MSG_NOTICE(setting libdir to mysql plugin dir $MYSQL_PLUGINDIR)
libdir=$MYSQL_PLUGINDIR
AC_SUBST(libdir)
fi
m4_include(config/ax_mysql_bin.m4)
AX_MYSQL_BIN
...
...
@@ -18,4 +24,4 @@ AX_MYSQL_BIN
AC_C_CONST
AC_TYPE_SIZE_T
AC_CHECK_HEADERS(limits.h syslimits.h)
AC_OUTPUT(Makefile)
\ No newline at end of file
AC_OUTPUT(Makefile)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment