summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-02-25 08:37:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-02-25 09:28:29 +0100
commit56c871c247b84d7c2cddf685c13e8355db50da46 (patch)
tree84729a9b86f9735fa381d3ca0a990b68342e372c /configure.ac
parent8d7516a0e690fb34b894b8f064a47d705100a56f (diff)
Clarify comments
...originally introduced with a24a980424ec2ec81b13c8e5a95394d62cbf7406 "Make visibility tests work as intended on Mac OS X" Change-Id: I21eb6dc902e2c7c4c04eb2ed16c24dddf943fabc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130513 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 35c543d8a6aa..f7ba69d78d9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -970,7 +970,7 @@ darwin*|macos*) # macOS
INSTROOTBASESUFFIX=/$PRODUCTNAME_WITHOUT_SPACES.app
INSTROOTCONTENTSUFFIX=/Contents
SDKDIRNAME=${PRODUCTNAME_WITHOUT_SPACES}${PRODUCTVERSION}_SDK
- # See comment above the case "$host_os"
+ # See "Default values, as such probably valid just for Linux" comment above the case "$host_os"
LINKFLAGSSHL="-dynamiclib -single_module"
# -fPIC is default
@@ -1019,7 +1019,7 @@ ios*) # iOS
if test "$enable_ios_simulator" = "yes"; then
host=x86_64-apple-darwin
fi
- # See comment above the case "$host_os"
+ # See "Default values, as such probably valid just for Linux" comment above the case "$host_os"
LINKFLAGSSHL="-dynamiclib -single_module"
# -fPIC is default