svn commit: r1920666 - /apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 15 00:48:59 2024
New Revision: 1920666
URL: http://svn.apache.org/viewvc?rev=1920666&view=rev
Log:
.github/workflows/windows.yml: Fix configuration parameter. For some reason
name is APR_HAS_LDAP instead of APR_HAVE_LDAP.
Modified:
apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
Modified: apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/.github/workflows/windows.yml?rev=1920666&r1=1920665&r2=1920666&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/.github/workflows/windows.yml (original)
+++ apr/apr-util/branches/1.7.x/.github/workflows/windows.yml Sun Sep 15 00:48:59 2024
@@ -87,7 +87,7 @@ jobs:
dso-build: OFF
packages: expat
config: >-
- -DAPR_HAVE_LDAP=ON
+ -DAPR_HAS_LDAP=ON
-DAPU_HAVE_SQLITE3=OFF
-DAPU_HAVE_CRYPTO=OFF
- name: Static