summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 186f164)
raw | patch | inline | side by side (parent: 186f164)
author | Alex Deymo <deymo@chromium.org> | |
Tue, 13 Aug 2013 08:08:18 +0000 (01:08 -0700) | ||
committer | Alex Deymo <deymo@chromium.org> | |
Tue, 13 Aug 2013 08:08:18 +0000 (01:08 -0700) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 7c2de0f28ff2e79b8d3bdcbfd9c85be6a37ef3d0..f074fe6fc48fa631b716bc950db466f002afc5f6 100644 (file)
--- a/configure.in
+++ b/configure.in
then
AC_MSG_NOTICE([libaquaero5 LDFLAGS: $LIBAQUAERO5_LDFLAGS])
fi
- AC_CHECK_LIB(aquaero, libaquaero5_poll,
+ AC_CHECK_LIB(aquaero5, libaquaero5_poll,
[with_libaquaero5="yes"],
[with_libaquaero5="no (symbol 'libaquaero5_poll' not found)"])
fi