Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
8cc2017f
Commit
8cc2017f
authored
Dec 05, 2012
by
liujisi@google.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quote the AC_LANG_SOURCE to eliminate warnings introduced by autoconf 2.6.8
parent
1d32532e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+2
-2
No files found.
configure.ac
View file @
8cc2017f
...
@@ -90,12 +90,12 @@ AS_IF([test "$with_zlib" != no], [
...
@@ -90,12 +90,12 @@ AS_IF([test "$with_zlib" != no], [
# First check the zlib header version.
# First check the zlib header version.
AC_COMPILE_IFELSE(
AC_COMPILE_IFELSE(
AC_LANG_PROGRAM([[
[
AC_LANG_PROGRAM([[
#include <zlib.h>
#include <zlib.h>
#if !defined(ZLIB_VERNUM) || (ZLIB_VERNUM < 0x1204)
#if !defined(ZLIB_VERNUM) || (ZLIB_VERNUM < 0x1204)
# error zlib version too old
# error zlib version too old
#endif
#endif
]], []), [
]], [])
]
, [
AC_MSG_RESULT([ok (1.2.0.4 or later)])
AC_MSG_RESULT([ok (1.2.0.4 or later)])
# Also need to add -lz to the linker flags and make sure this succeeds.
# Also need to add -lz to the linker flags and make sure this succeeds.
...
...
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