diff options
author | jbj <devnull@localhost> | 2000-12-31 20:46:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-31 20:46:18 +0000 |
commit | f2f0eb928e912e49baec2970529f74980d16aab1 (patch) | |
tree | 7e7096ee5726f4c477a045aba5a7bda2018dab5c /autogen.sh | |
parent | 37a87e6f14cc9f4e81779c4777454e331934bb96 (diff) | |
download | librpm-tizen-f2f0eb928e912e49baec2970529f74980d16aab1.tar.gz librpm-tizen-f2f0eb928e912e49baec2970529f74980d16aab1.tar.bz2 librpm-tizen-f2f0eb928e912e49baec2970529f74980d16aab1.zip |
Don't want -pg flags.
CVS patchset: 4395
CVS date: 2000/12/31 20:46:18
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 67ddf8988..853cc9619 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 |