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.7.6.3. | 3 # Generated by GNU Autoconf 2.62 for sqlite 3.7.6.3. |
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 15647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15658 exec 5>>config.log | 15658 exec 5>>config.log |
15659 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 15659 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
15660 # would make configure fail if this is the last instruction. | 15660 # would make configure fail if this is the last instruction. |
15661 $ac_cs_success || { (exit 1); exit 1; } | 15661 $ac_cs_success || { (exit 1); exit 1; } |
15662 fi | 15662 fi |
15663 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 15663 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
15664 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op
ts" >&5 | 15664 { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_op
ts" >&5 |
15665 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} | 15665 $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} |
15666 fi | 15666 fi |
15667 | 15667 |
OLD | NEW |