We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3c119 commit 91e75fcCopy full SHA for 91e75fc
configure.ac
@@ -45,16 +45,11 @@ AS_IF([test "$cross_compiling" != no],
45
AX_CHECK_COMPILE_FLAG([-fvisibility=hidden],
46
[CFLAGS="$CFLAGS -fvisibility=hidden"])
47
48
-case $host_os in
49
- cygwin* | mingw* | pw32* | cegcc*) ;;
50
- *)
51
- AX_CHECK_COMPILE_FLAG([-fPIC], [
52
- AX_CHECK_LINK_FLAG([-fPIC],
53
- [CFLAGS="$CFLAGS -fPIC"]
54
- )
55
- ])
56
- ;;
57
-esac
+AX_CHECK_COMPILE_FLAG([-fPIC], [
+ AX_CHECK_LINK_FLAG([-fPIC],
+ [CFLAGS="$CFLAGS -fPIC"]
+ )
+])
58
59
AS_IF([test "$enable_pie" != "no"],[
60
AX_CHECK_COMPILE_FLAG([-fPIE], [
0 commit comments