Don't want -pg flags.

CVS patchset: 4395
CVS date: 2000/12/31 20:46:18
This commit is contained in:
jbj 2000-12-31 20:46:18 +00:00
parent 37a87e6f14
commit f2f0eb928e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if [ X"$@" = X -a "X`uname -s`" = "XLinux" ]; then
mandir=/usr/man
infodir=/usr/info
fi
CFLAGS="-O2 -pg" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} "$@"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} "$@"
else
./configure "$@"
fi