| OLD | NEW |
| 1 #! /bin/sh | 1 #! /bin/sh |
| 2 # Guess values for system-dependent variables and create Makefiles. | 2 # Guess values for system-dependent variables and create Makefiles. |
| 3 # Generated by GNU Autoconf 2.62 for sqlite 3.6.18. | 3 # Generated by GNU Autoconf 2.62 for sqlite 3.6.18. |
| 4 # | 4 # |
| 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 7 # This configure script is free software; the Free Software Foundation | 7 # This configure script is free software; the Free Software Foundation |
| 8 # gives unlimited permission to copy, distribute and modify it. | 8 # gives unlimited permission to copy, distribute and modify it. |
| 9 ## --------------------- ## | 9 ## --------------------- ## |
| 10 ## M4sh Initialization. ## | 10 ## M4sh Initialization. ## |
| (...skipping 15677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15688 exec 5>>config.log | 15688 exec 5>>config.log |
| 15689 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 15689 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 15690 # would make configure fail if this is the last instruction. | 15690 # would make configure fail if this is the last instruction. |
| 15691 $ac_cs_success || { (exit 1); exit 1; } | 15691 $ac_cs_success || { (exit 1); exit 1; } |
| 15692 fi | 15692 fi |
| 15693 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 15693 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 15694 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op
ts" >&5 | 15694 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op
ts" >&5 |
| 15695 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} | 15695 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} |
| 15696 fi | 15696 fi |
| 15697 | 15697 |
| OLD | NEW |