Commit 7076def3 authored by Sam Hocevar's avatar Sam Hocevar

* ./configure.in: plugin compilation fix for HP-UX.

parent 30a057c9
This diff is collapsed.
......@@ -120,6 +120,7 @@ then
plugins_CFLAGS="${plugins_CFLAGS} -fnative-struct"
else
plugins_CFLAGS="${plugins_CFLAGS} -fPIC"
plugins_LDFLAGS="${plugins_LDFLAGS} -fPIC"
fi
dnl The -DSYS_FOO flag
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment