summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-08 17:08:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-08 17:08:22 +0100
commit74b3cdbe983231e47efc9fd2e77147cd5673854f (patch)
treeaf64aa60178fde079ef4f6d64d67fda0837d703e /configure.in
parentb70ddaee680a6a7d7e69c48a288fb7ee085ef5d3 (diff)
the option got turned into --with-system-sane so look for with_system_sane
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index cad0528401c3..8b92e7d0805c 100755
--- a/configure.in
+++ b/configure.in
@@ -5766,8 +5766,8 @@ dnl ===================================================================
dnl Check for system sane
dnl ===================================================================
AC_MSG_CHECKING([which sane header to use])
-if test -n "$with_system_sane_header" -o -n "$with_system_headers" && \
- test "$with_system_sane_header" != "no"; then
+if test -n "$with_system_sane" -o -n "$with_system_headers" && \
+ test "$with_system_sane" != "no"; then
AC_MSG_RESULT([external])
SYSTEM_SANE_HEADER=YES
AC_CHECK_HEADER(sane/sane.h, [],