]> git.pld-linux.org Git - packages/xchat.git/blob - xchat-ac.patch
- uff, fixed. It should have gone to HEAD. 2.4.0
[packages/xchat.git] / xchat-ac.patch
1 --- xchat-1.9.2/configure.in~   Wed Jul 10 03:55:40 2002
2 +++ xchat-1.9.2/configure.in    Wed Jul 10 03:55:40 2002
3 @@ -4,6 +4,7 @@
4  AM_CONFIG_HEADER(config.h)
5  AM_INIT_AUTOMAKE(xchat, 1.8.6)
6  AC_PROG_CC
7 +AM_PROG_AS
8  AC_PROG_RANLIB
9  AC_PROG_CPP
10  
11 @@ -487,9 +487,6 @@
12                         CFLAGS="$CFLAGS -pipe"
13                 fi
14         fi
15 -       if test -z "`echo "$CFLAGS" | grep "\-g " 2> /dev/null`" ; then
16 -               CFLAGS="$CFLAGS -g"
17 -       fi
18  fi
19  
20  dnl *********************************************************************
This page took 0.066892 seconds and 3 git commands to generate.