You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
diff --git a/configure.ac b/configure.ac
|
|
index 7d41812..27501c1 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -6,6 +6,8 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
|
AC_PROG_CC
|
|
AC_PROG_LIBTOOL
|
|
|
|
+AC_CHECK_LIB(dl, dlopen)
|
|
+
|
|
AC_CONFIG_FILES([Makefile HBAAPI.pc])
|
|
AC_OUTPUT
|
|
|