We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf80c7 commit 30c9faaCopy full SHA for 30c9faa
pcre2-config.in
@@ -39,8 +39,13 @@ esac
39
40
libS=
41
case "@libdir@" in
42
- /usr/lib|/usr/lib32|/usr/lib64|/usr/lib/*-gnu*|/lib|/lib32|/lib64|/lib/*-gnu*)
43
- # system locations, no -L needed
+ # system locations on Linux, no -L needed
+ /usr/lib|/usr/lib32|/usr/lib64|/usr/lib/*-gnu*)
44
+ ;;
45
+ /lib|/lib32|/lib64|/lib/*-gnu*)
46
47
+ # system locations on AIX and Solaris, no -L needed
48
+ /usr/lib/64|/usr/lib/amd*|/usr/lib/sparc*|/usr/lib/ppc*)
49
;;
50
*)
51
libS="-L@libdir@"
0 commit comments