Changeset f2c701f984c97202ee403fb3b6ea6a445a64fa9e

Show
Ignore:
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:
3 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rea67c51 rf2c701f  
     12008-08-26  Armin Burgmeier  <armin@arbur.net> 
     2 
     3        * configure.ac: Use GtkSourceView2 by default. 
     4 
    152008-08-26  Armin Burgmeier  <armin@arbur.net> 
    26 
  • README

    rb430f80 rf2c701f  
    5252 
    5353   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. 
    5458     _________________________________________________________ 
    5559 
  • configure.ac

    r2b3ff5f rf2c701f  
    5252            AS_HELP_STRING([--with-gtksourceview2], 
    5353               [whether to use gtksourceview2 instead of 
    54                 gtksourceview1 [[default=no]]]), 
     54                gtksourceview1 [[default=yes]]]), 
    5555            [ac_cv_with_gtksourceview2=$withval], 
    56             [ac_cv_with_gtksourceview2=no]) 
     56            [ac_cv_with_gtksourceview2=yes]) 
    5757 
    5858AC_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]) 
    6060 
    6161if test "x$ac_cv_with_gtksourceview2" = "xyes" ; then