Whoops; correct two trivial mistakes in autoconf

pull/2/head
Daniel Richman 2011-11-13 14:41:43 +00:00
rodzic 08e333678d
commit d766e3ab28
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -279,7 +279,7 @@ if test "x$target_darwin" = "xno" && test "x$target_win32" = "xno"; then
AC_FLDIGI_PKG_CHECK([x], [x11], [no], [yes])
fi
### jsoncpp
### jpeg
if test "x$ac_cv_want_fldigi" = "xyes"; then
AC_FLDIGI_JPEG
fi

Wyświetl plik

@ -1,5 +1,5 @@
AC_DEFUN([AC_FLDIGI_JSONCPP], [
AC_LANG_PUSH(C++)
AC_LANG_PUSH([C++])
LIBS="$LIBS -ljsoncpp"
AC_MSG_CHECKING([for libjsoncpp])
AC_LINK_IFELSE(