Skip to content
Snippets Groups Projects
Commit 32fa34bf authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

configure: Add fallback link command line for libudev.

parent a4ed76b9
No related branches found
No related tags found
No related merge requests found
......@@ -12989,7 +12989,7 @@ if ${UDEV_LIBS:+false} :; then :
fi
fi
 
UDEV_LIBS=${UDEV_LIBS:-"-ludev"}
$as_echo "$as_me:${as_lineno-$LINENO}: libudev cflags: $UDEV_CFLAGS" >&5
$as_echo "$as_me:${as_lineno-$LINENO}: libudev libs: $UDEV_LIBS" >&5
ac_save_CPPFLAGS=$CPPFLAGS
......
......@@ -1524,7 +1524,7 @@ WINE_NOTICE_WITH(oss,[test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes]
dnl **** Check for libudev ****
if test "x$with_udev" != "xno"
then
WINE_PACKAGE_FLAGS(UDEV,[libudev],,,,
WINE_PACKAGE_FLAGS(UDEV,[libudev],[-ludev],,,
[AC_CHECK_HEADERS(libudev.h,
[AC_CHECK_LIB(udev,udev_new,
AC_DEFINE(HAVE_UDEV,1,[Define to 1 if you have the `udev' library (-ludev).]),
......
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