projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dadf1f
)
Make boot.sh give an error if pkg-config is not installed.
author
Ben Pfaff
<blp@nicira.com>
Wed, 4 Jun 2008 22:57:33 +0000
(15:57 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 4 Jun 2008 22:57:33 +0000
(15:57 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index d22a71bdd147285dc09a274c410939cd83a0603c..eb80441d73df1f023b2e8c01eb76003747938868 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-85,6
+85,8
@@
AC_ARG_ENABLE(
[ssl=false])
if test "$ssl" = true; then
+dnl Make sure that pkg-config is installed.
+m4_pattern_forbid([PKG_CHECK_MODULES])
PKG_CHECK_MODULES([SSL], [libssl],
[HAVE_OPENSSL=yes],
[HAVE_OPENSSL=no