]> git.pld-linux.org Git - packages/nemiver.git/blob - nemiver-configure.patch
- added patches to support building with vte 0.38
[packages/nemiver.git] / nemiver-configure.patch
1 diff -urN nemiver-0.6.3/configure.ac nemiver-0.6.3.new/configure.ac
2 --- nemiver-0.6.3/configure.ac  2008-09-27 21:32:55.000000000 +0200
3 +++ nemiver-0.6.3.new/configure.ac      2008-10-09 19:52:06.000000000 +0200
4 @@ -70,11 +70,7 @@
5  AC_LANG_CPLUSPLUS
6  AC_LANG_COMPILER_REQUIRE
7  
8 -AC_PATH_PROG(GDB_PROG,gdb)
9 -
10 -if test x$GDB_PROG = x ; then
11 -    AC_MSG_ERROR([didn't find the gdb debugger. please, install it.])
12 -fi
13 +GDB_PROG="/usr/bin/gdb"
14  AC_SUBST(GDB_PROG)
15  
16  ENABLE_IDEBUGGER_ONLY=no
This page took 0.068076 seconds and 3 git commands to generate.