X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=fdc0b7ce5f286f9a6b976334a2589d5fe7613b18;hp=f3d5732554556dba2709e83f26554e7e1366de37;hb=0322a7faaf28dfc2b4d545586926adfae7bf036e;hpb=afb43ec103ea5c0e194451c1289c514faee3b2e5 diff --git a/configure.ac b/configure.ac index f3d57325..fdc0b7ce 100644 --- a/configure.ac +++ b/configure.ac @@ -151,7 +151,17 @@ fade_cmdline_objs="fade.cmdline" fade_errlist_objs="fade exec string fd" - +########################################################################### osl +have_osl=yes +AC_CHECK_HEADER(osl.h, [], have_osl=no) +AC_CHECK_LIB([osl], [osl_open_table], [], have_osl=no) +if test "$have_osl" = "no"; then + AC_MSG_ERROR([libosl not found, type the following to download: + git clone git://git.tuebingen.mpg.de/osl +Install the library with + (cd osl && make && sudo make install) + ]) +fi ########################################################################### ssl dnl @synopsis CHECK_SSL dnl