configure: refine advice for missing ltdl.h

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3061 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.13
Kamal Mostafa, KA6MAL 2011-02-27 15:27:30 +00:00
rodzic 128c06982a
commit 71ac8d168f
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -206,7 +206,8 @@ esac
dnl Check whether we can actually find ltdl.h
AC_CHECK_HEADER([ltdl.h], [AC_MSG_RESULT([yes])],
[ AC_MSG_ERROR([ltdl.h not found. Please install the libltdl development
files package which provides /usr/include/ltdl.h (perhaps 'libltdl-dev').]) ])
files package which provides /usr/include/ltdl.h
(perhaps called 'libltdl-dev' or 'libltdl-devel').]) ])
dnl Check if C99 struct initializers are supported
AC_MSG_CHECKING(whether C99 struct/array initializers are supported)