Commit 2a897ef2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

sane.ds: Fix a typo in the libsane check.

parent 11fe51b6
......@@ -10573,7 +10573,8 @@ _ACEOF
fi
SANE_CFLAGS=""
else
SANE_CFLAGS=""
fi
......
......@@ -1380,7 +1380,7 @@ then
ac_save_CPPFLAGS="$CPPFLAGS"
WINE_PACKAGE_FLAGS(SANE,[libsane],,[sane-config --cflags],[sane-config --ldflags])
AC_CHECK_HEADER(sane/sane.h,
[WINE_CHECK_SONAME(sane,sane_init,,[SANE_CFLAGS=""],[$SANE_LIBS])]
[WINE_CHECK_SONAME(sane,sane_init,,[SANE_CFLAGS=""],[$SANE_LIBS])],
[SANE_CFLAGS=""])
CPPFLAGS="$ac_save_CPPFLAGS"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment