Page MenuHomeClusterLabs Projects

REQUIRE_LIB.m4
No OneTemporary

REQUIRE_LIB.m4

#
# Copyright 2021 the Pacemaker project contributors
#
# The version control history for this file may have further details.
#
# This source code is licensed under the GNU General Public License version 2
# or later (GPLv2+) WITHOUT ANY WARRANTY.
# REQUIRE_LIB(LIBRARY, FUNCTION)
#
# Error if a C library can't be found or doesn't contain a specified function
#
AC_DEFUN([REQUIRE_LIB], [
AC_CHECK_LIB([$1],[$2],,[AC_MSG_FAILURE([Unable to find required C library lib$1])])
])

File Metadata

Mime Type
text/x-m4
Expires
Sat, Jan 25, 5:48 AM (20 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1268148
Default Alt Text
REQUIRE_LIB.m4 (482 B)

Event Timeline