From 1ae51ff94d0f1f27a4e4cc657371578db13c3ca1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 8 Feb 2019 20:26:14 +0100 Subject: Make code compile again (fix bitrot dating back from 2013). --- configure.ac | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c50f27e..4747405 100644 --- a/configure.ac +++ b/configure.ac @@ -32,12 +32,12 @@ dnl Check for getopt dnl ====================== AC_HAVE_HEADERS(getopt.h) -AC_ARG_WITH(test, [ --with-test Build unit tests]) -if test x$with_test == xyes; then - AC_MSG_WARN([*** Building unittests!]) - AM_PATH_CPPUNIT(1.9.6) - AC_OUTPUT(test/Makefile) -fi +#AC_ARG_WITH(test, [ --with-test Build unit tests]) +#if test x$with_test == xyes; then +# AC_MSG_WARN([*** Building unittests!]) +# AM_PATH_CPPUNIT(1.9.6) +# AC_OUTPUT(test/Makefile) +#fi dnl ====================== dnl Check for eXpat library @@ -67,7 +67,7 @@ AC_SUBST(EXPAT_LIBS) dnl ====================== dnl Check for libwebsockets library dnl ====================== -PKG_CHECK_MODULES(LIBWEBSOCKETS, libwebsockets >= 1.23) +PKG_CHECK_MODULES(LIBWEBSOCKETS, libwebsockets >= 2.1) AC_OUTPUT( Makefile -- cgit v1.2.3