configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 56c871c247b84d7c2cddf685c13e8355db50da46 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Fri Feb 25 08:37:57 2022 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Fri Feb 25 09:28:29 2022 +0100
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 <sberg...@redhat.com> 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