Temporary fix to netpbm path detection.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2795 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
60a9f1d317
commit
47197ad4aa
|
@ -8636,7 +8636,9 @@ $as_echo "no" >&6; }
|
|||
fi
|
||||
|
||||
|
||||
if test "$OPT_NETPBM" = "yes"; then
|
||||
PATH_NETPBM=`dirname $PATH_NETPBM`
|
||||
fi
|
||||
|
||||
# Checks for libraries.
|
||||
|
||||
|
|
|
@ -233,7 +233,9 @@ AC_CHECK_PROG(OPT_FFMPEG,ffmpeg,yes,no)
|
|||
AC_PATH_PROG(PATH_FFMPEG,ffmpeg)
|
||||
AC_CHECK_PROG(OPT_NETPBM,pnmscale,yes,no)
|
||||
AC_PATH_PROG(PATH_NETPBM,pnmscale)
|
||||
if test "$OPT_NETPBM" = "yes"; then
|
||||
PATH_NETPBM=`dirname $PATH_NETPBM`
|
||||
fi
|
||||
|
||||
# Checks for libraries.
|
||||
AC_CHECK_LIB(jpeg,jpeg_start_compress,,AC_MSG_ERROR(zm requires libjpeg.a))
|
||||
|
|
Loading…
Reference in New Issue