summaryrefslogtreecommitdiff
path: root/libast.spec
diff options
context:
space:
mode:
authorMichael Jennings <mej@lbl.gov>2013-03-05 12:58:01 -0800
committerMichael Jennings <mej@lbl.gov>2013-03-05 12:58:01 -0800
commit9d0be7b7d259415771e22565fe29bafe52df3606 (patch)
tree0c8a29bffa425b0fbd8264bc91074740f8a45f1a /libast.spec
parent0527261a853b728c76b22cd11f6cbaf80d2a486f (diff)
downloadlibast-9d0be7b7d259415771e22565fe29bafe52df3606.tar.gz
Updated the autotools stuff some. Bumped version to 0.8.
Reformatted some macros in libast.h. Fixed the sprintf() methods of the str, ustr, and mbuff classes. Added check for compiler support of compound statement expressions. Fixed a spec file bug.
Diffstat (limited to 'libast.spec')
-rw-r--r--libast.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/libast.spec b/libast.spec
index 13a0912..196be51 100644
--- a/libast.spec
+++ b/libast.spec
@@ -1,5 +1,5 @@
%define __os_install_post /usr/lib/rpm/brp-compress
-%if %{?optflags:1}0
+%if %{!?optflags:1}0
%define optflags ${RPM_OPT_FLAGS:--O0 -g3}
%endif