| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |