Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F2822452
REQUIRE_LIB.m4
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
REQUIRE_LIB.m4
View Options
#
# 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
Details
Attached
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)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment