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

Alexandre Julliard julliard at winehq.org
Mon May 6 14:08:45 CDT 2013


Module: wine
Branch: master
Commit: 2a897ef2427f424568a749c697f74d4c5334c7d5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2a897ef2427f424568a749c697f74d4c5334c7d5

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon May  6 11:22:46 2013 +0200

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

---

 configure    |    3 ++-
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 3b1b38c..794b4f2 100755
--- a/configure
+++ b/configure
@@ -10573,7 +10573,8 @@ _ACEOF
 
 
 fi
-        SANE_CFLAGS=""
+else
+  SANE_CFLAGS=""
 fi
 
 
diff --git a/configure.ac b/configure.ac
index c6b04ea..86a2fb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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




More information about the wine-cvs mailing list