Skip to content
Snippets Groups Projects
Commit 3af1719a authored by Andrzej's avatar Andrzej
Browse files

Check for LIBM

parent 061f5270
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,9 @@ dnl **********************************
XDT_CHECK_OPTIONAL_PACKAGE([KEYBINDER], [keybinder-3.0], [0.2.2], [keybinder],
[keybinder Support])
AC_CHECK_LIBM
AC_SUBST(LIBM)
dnl ***********************************
dnl *** Check for debugging support ***
dnl ***********************************
......
......@@ -60,7 +60,8 @@ libpulseaudio_plugin_la_LIBADD = \
$(LIBXFCE4PANEL_LIBS) \
$(XFCONF_LIBS) \
$(IDO_LIBS) \
$(KEYBINDER_LIBS)
$(KEYBINDER_LIBS) \
$(LIBM)
#
# Desktop file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment