/[weechat]/weechat/configure.in
ViewVC logotype

Diff of /weechat/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by flashcode, Sat Oct 25 23:13:40 2003 UTC revision 1.3 by flashcode, Sun Oct 26 11:52:22 2003 UTC
# Line 61  RUBY_CFLAGS= Line 61  RUBY_CFLAGS=
61  enable_debug=no  enable_debug=no
62  DEBUG_CFLAGS=  DEBUG_CFLAGS=
63    
   
64  AM_CONDITIONAL(GUI_CURSES, test "$enable_curses" = "yes")  AM_CONDITIONAL(GUI_CURSES, test "$enable_curses" = "yes")
65  AM_CONDITIONAL(GUI_GTK,    test "$enable_gtk" = "yes")  AM_CONDITIONAL(GUI_GTK,    test "$enable_gtk" = "yes")
66  AM_CONDITIONAL(GUI_QT,     test "$enable_qt" = "yes")  AM_CONDITIONAL(GUI_QT,     test "$enable_qt" = "yes")
67    
68  #if test "x$enable_gtk" = "xyes" ; then  if test "x$enable_curses" = "xyes" ; then
69  #    AM_PATH_GTK_2_0(2.0.0, havegtk=yes, havegtk=no)      CURSES_LIBS=-lcurses
70  #    if test "$havegtk" = no; then      AC_SUBST(CURSES_LIBS)
71  #        enable_gtk="no"  fi
72  #        echo  
73  #        echo Cannot find Gtk+\! Not building Gtk+ interface...  if test "x$enable_gtk" = "xyes" ; then
74  #        echo      GTK_CFLAGS=`pkg-config --cflags gtk+-2.0`
75  #    fi      GTK_LIBS=`pkg-config --libs gtk+-2.0`
76  #fi      AC_SUBST(GTK_CFLAGS)
77        AC_SUBST(GTK_LIBS)
78  CURSES_LIBS=-lcurses  fi
   
 GTK_CFLAGS=`pkg-config --cflags gtk+-2.0`  
 GTK_LIBS=`pkg-config --libs gtk+-2.0`  
   
 AC_SUBST(CURSES_LIBS)  
 AC_SUBST(GTK_CFLAGS)  
 AC_SUBST(GTK_LIBS)  
79    
80  CFLAGS="-Wall -W -pipe -O2"  CFLAGS="-Wall -W -pipe -O2"
81    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26