This lets us remove the awkward ". ./redoconf.rc" line from zillions of .od scripts, without paying the price of *always* including that whole file every time default.do.sh is used.
9 lines
151 B
Text
9 lines
151 B
Text
rc_include rc/CC.rc rc/pkg-config.rc
|
|
|
|
prog="
|
|
#include <openssl/ssl.h>
|
|
"
|
|
|
|
rc_pkg_detect LIBSSL "libssl libcrypto" \
|
|
rc_compile cc link "$prog"
|
|
rc_save
|