Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(899)

Side by Side Diff: third_party/sqlite/src/autoconf/configure.ac

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 1
2 #----------------------------------------------------------------------- 2 #-----------------------------------------------------------------------
3 # Supports the following non-standard switches. 3 # Supports the following non-standard switches.
4 # 4 #
5 # --enable-threadsafe 5 # --enable-threadsafe
6 # --enable-readline 6 # --enable-readline
7 # --enable-dynamic-extensions 7 # --enable-dynamic-extensions
8 # 8 #
9 9
10 AC_PREREQ(2.61) 10 AC_PREREQ(2.61)
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 # * ) 99 # * )
100 # TEMP_STORE=1 100 # TEMP_STORE=1
101 # enable_tempstore=yes 101 # enable_tempstore=yes
102 # ;; 102 # ;;
103 # esac 103 # esac
104 # AC_MSG_RESULT($enable_tempstore) 104 # AC_MSG_RESULT($enable_tempstore)
105 # AC_SUBST(TEMP_STORE) 105 # AC_SUBST(TEMP_STORE)
106 #----------------------------------------------------------------------- 106 #-----------------------------------------------------------------------
107 107
108 AC_OUTPUT 108 AC_OUTPUT
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698