Skip to content
Snippets Groups Projects
Commit 7dab8273 authored by Daniel Koester's avatar Daniel Koester
Browse files

Added check for "-ldl" library, which seemed necessary to create standalone binaries.

configure will not complain if it is missing.
parent ebef8f82
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,8 @@ case "$build_os" in
;;
esac
AC_CHECK_LIB(dl, main)
gltools_include=
LIBGLTOOLS_PRESENT=
AC_MSG_CHECKING([for libgltools.a])
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment