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

oldstable
Francois Gouget 2013-05-06 11:22:46 +02:00 committed by Alexandre Julliard
parent 11fe51b61b
commit 2a897ef242
2 changed files with 3 additions and 2 deletions

3
configure vendored
View File

@ -10573,7 +10573,8 @@ _ACEOF
fi
SANE_CFLAGS=""
else
SANE_CFLAGS=""
fi

View File

@ -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