]> wimlib.net Git - wimlib/blobdiff - configure.ac
add_image.c: Add debugging statements for branch attachment
[wimlib] / configure.ac
index cb41ba188f8061243763e41ab5da6f119fb77f96..1b90c4851cb0d74eb9740c93c2a6dc3387a74f09 100644 (file)
@@ -176,8 +176,8 @@ case "$host" in
                dnl -no-undefined is needed to build a DLL in a Cygwin environment.
                CYGWIN_EXTRA_LDFLAGS="-no-undefined"
 
-               dnl -fvisibility=hidden should not be used in a Cygwin
-               dnl  environment
+               dnl -fvisibility=hidden should not be used when building PE
+               dnl binaries on Windows
                VISIBILITY_CFLAGS=""
 
                WITH_NTFS_3G_DEFAULT="no"