summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configure.ac25
1 files changed, 9 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index 4729e92..3d67866 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,8 +15,5 @@ AC_WITH_PKGCONFIG
-PKG_CHECK_MODULES([OPENSSL],[openssl],[
- AC_MSG_RESULT([yes])
- ],[
- AC_MSG_ERROR([no openssl library found. get one from http://www.openssl.org/])
- ]
-)
+PKG_CHECK_MODULES([OPENSSL],[openssl],,[
+ AC_MSG_ERROR([no openssl library found. get one from http://www.openssl.org/])
+])
@@ -31,12 +28,8 @@ if test "${WANT_KONFORKA}" = "yes" ; then
PKG_CHECK_MODULES([KONFORKA],[konforka],[
- AC_MSG_RESULT([yes])
- AC_SUBST([KONFORKA_CFLAGS])
- AC_SUBST([KONFORKA_LIBS])
- AC_DEFINE([HAVE_KONFORKA],,[defined in presence of konforka library])
- AC_DEFINE([OPKELE_HAVE_KONFORKA],,[defined in presence of konforka library])
- AC_SUBST([KONFORKA_KONFORKA],[konforka])
- ],[
- AC_MSG_RESULT([no])
- ]
- )
+ AC_SUBST([KONFORKA_CFLAGS])
+ AC_SUBST([KONFORKA_LIBS])
+ AC_DEFINE([HAVE_KONFORKA],,[defined in presence of konforka library])
+ AC_DEFINE([OPKELE_HAVE_KONFORKA],,[defined in presence of konforka library])
+ AC_SUBST([KONFORKA_KONFORKA],[konforka])
+ ])
fi