Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
a5494b56
Commit
a5494b56
authored
Feb 26, 2014
by
Mukund Sivaraman
Browse files
[master] Simplify the header check that was added
parent
a9f3e42e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a5494b56
...
...
@@ -911,7 +911,7 @@ if test "$MYSQL_CONFIG" != "" ; then
fi
# Solaris puts FIONREAD in filio.h
AC_CHECK_HEADER
S
(sys/filio.h
,,,
)
AC_CHECK_HEADER(sys/filio.h)
# ... and at the shell level, so Makefile.am can take action depending on this.
AM_CONDITIONAL(HAVE_MYSQL, test "$MYSQL_CONFIG" != "")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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