Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b4727f76
Commit
b4727f76
authored
Aug 24, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added skipped macro for new libedit-2.6.7 in configure.in
configure.in: added skipped macro for new libedit-2.6.7
parent
af043308
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
configure.in
configure.in
+16
-0
No files found.
configure.in
View file @
b4727f76
...
...
@@ -1874,6 +1874,22 @@ else
fi
AC_SUBST(TERMCAP_LIB)
# for libedit 2.6.7
case "
${
host
}
" in
*-*-solaris2*)
AC_DEFINE(SUNOS)
;;
esac
LIBEDIT_LOBJECTS=""
AC_CHECK_FUNC(strunvis, ,[LIBEDIT_LOBJECTS="
$LIBEDIT_LOBJECTS
unvis.o
"])
AC_CHECK_FUNC(strvis, ,[LIBEDIT_LOBJECTS="
$LIBEDIT_LOBJECTS
vis.o
"])
AC_CHECK_FUNC(strlcpy, ,[LIBEDIT_LOBJECTS="
$LIBEDIT_LOBJECTS
strlcpy.o
"])
AC_CHECK_FUNC(strlcat, ,[LIBEDIT_LOBJECTS="
$LIBEDIT_LOBJECTS
strlcat.o
"])
AC_CHECK_FUNC(fgetln, ,[LIBEDIT_LOBJECTS="
$LIBEDIT_LOBJECTS
fgetln.o
"])
AC_SUBST(LIBEDIT_LOBJECTS)
enable_readline="
yes
"
# End of readline/libedit stuff
#########################################################################
...
...
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