Fix the name of the compiler flags attribute in the ldap module.

This commit is contained in:
Sadie Powell 2022-09-01 12:13:27 +01:00
parent e147b46117
commit 859f7a71d3

View File

@ -20,7 +20,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/// $LinkerFlags: find_compiler_flags("lber" "") find_compiler_flags("ldap" "")
/// $CompilerFlags: find_compiler_flags("lber" "") find_compiler_flags("ldap" "")
/// $LinkerFlags: find_linker_flags("lber" "-llber") find_linker_flags("ldap" "-lldap_r")
/// $PackageInfo: require_system("arch") libldap