From 3ba7f54bdf72363acfc32f3a5d5bf25cd6ac0566 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Thu, 9 Jan 2014 15:28:14 +0100 Subject: [PATCH] configure.ac fix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1de3420dc..8994d8638 100644 --- a/configure.ac +++ b/configure.ac @@ -1297,7 +1297,7 @@ AC_ARG_ENABLE(rtsp_server, case $host in *-linux-*) - AC_CHECK_FILE(/usr/include/liveMedia/liveMedia.hh, [FOUND_LIVE_H=yes], [echo "liveMedia (live555 library) headers not found; may apt-get install liblivemedia-dev"]) + AC_CHECK_FILE(/usr/include/liveMedia/liveMedia.hh, [FOUND_LIVE_H=yes], [echo "liveMedia (live555 library) headers not found; may apt-get install liblivemedia-dev"; FOUND_LIVE_H=no]) if test $rtsp_server_req != no -a $FOUND_LIVE_H = yes then