summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-05 12:50:02 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-05 13:11:06 +0200
commit47ca9f041cde277f9282da8116113a7117963ab6 (patch)
tree67e90b82629f32f2c9e6ed6f3b3e82c626b19545 /configure
parent8fdec02fd1951dd8eb5cf6accd890d66b766edb3 (diff)
parentd3635f3ab0a234c830dfb4ddb9c6a4ea2677dace (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: compat: wrap math.h to avoid AIX-specific clashes Conflicts: configure See: bf18abb2eb79c00c69f6f83ede64536e3297793c, 0915b531bc62440914710d2989813563b0446c5e Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0e1daaeee5..54e46c8a7b 100755
--- a/configure
+++ b/configure
@@ -3401,6 +3401,7 @@ enabled spic && enable_weak pic
# OS specific
case $target_os in
aix)
+ add_cppflags '-I\$(SRC_PATH)/compat/aix'
;;
haiku)
prefix_default="/boot/common"