Changeset f2c701f984c97202ee403fb3b6ea6a445a64fa9e
- Timestamp:
- 26/08/08 18:26:35 (5 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- ea67c513758f553cea76c1f5fbaddcda8b6f9bec
- Children:
- 8fd55adf4c6216e648a4b99aad4b1e16e19cbbff
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-08-26T18:26:35Z+0200
- Message:
-
configure.ac: Use GtkSourceView?2 by default
2008-08-26 Armin Burgmeier <armin@…>
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rea67c51
|
rf2c701f
|
|
| | 1 | 2008-08-26 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * configure.ac: Use GtkSourceView2 by default. |
| | 4 | |
| 1 | 5 | 2008-08-26 Armin Burgmeier <armin@arbur.net> |
| 2 | 6 | |
-
|
rb430f80
|
rf2c701f
|
|
| 52 | 52 | |
| 53 | 53 | Please see INSTALL for details. |
| | 54 | |
| | 55 | If you don't have GtkSourceView2 yet, then you can build Gobby |
| | 56 | against GtkSourceView 1.x, by passing --without-gtksourceview2 to the |
| | 57 | configure script. |
| 54 | 58 | _________________________________________________________ |
| 55 | 59 | |
-
|
r2b3ff5f
|
rf2c701f
|
|
| 52 | 52 | AS_HELP_STRING([--with-gtksourceview2], |
| 53 | 53 | [whether to use gtksourceview2 instead of |
| 54 | | gtksourceview1 [[default=no]]]), |
| | 54 | gtksourceview1 [[default=yes]]]), |
| 55 | 55 | [ac_cv_with_gtksourceview2=$withval], |
| 56 | | [ac_cv_with_gtksourceview2=no]) |
| | 56 | [ac_cv_with_gtksourceview2=yes]) |
| 57 | 57 | |
| 58 | 58 | AC_CACHE_CHECK([whether to use gtksourceview2 instead of gtksourceview1], |
| 59 | | [ac_cv_with_gtksourceview2], [ac_cv_with_gtksourceview2=no]) |
| | 59 | [ac_cv_with_gtksourceview2], [ac_cv_with_gtksourceview2=yes]) |
| 60 | 60 | |
| 61 | 61 | if test "x$ac_cv_with_gtksourceview2" = "xyes" ; then |