]> git.pld-linux.org Git - packages/grace.git/blob - grace-ac25x.patch
- removed two lines with define
[packages/grace.git] / grace-ac25x.patch
1 --- grace-5.1.2/ac-tools/configure.in.orig      Sun Apr 28 11:28:51 2002
2 +++ grace-5.1.2/ac-tools/configure.in   Sun Apr 28 11:30:48 2002
3 @@ -625,8 +625,8 @@
4    LIBS="$GUI_LIBS $NOGUI_LIBS"
5  
6    dnl **** and some - Xpm lib
7 -  AC_CHECK_LIB(Xpm,main,GUI_LIBS="-lXpm $GUI_LIBS"; AC_DEFINE(HAVE_XPM)
8 -                 AC_CHECK_HEADERS(xpm.h X11/xpm.h))
9 +  AC_CHECK_LIB(Xpm,main,[GUI_LIBS="-lXpm $GUI_LIBS"; AC_DEFINE(HAVE_XPM)
10 +                 AC_CHECK_HEADERS(xpm.h X11/xpm.h)])
11  
12    ACX_RESTORE_STATE
13  
This page took 0.0725 seconds and 3 git commands to generate.