We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde6e4e commit 2b76ffeCopy full SHA for 2b76ffe
configure.ac
@@ -5,17 +5,6 @@ AC_CONFIG_LIBOBJ_DIR(openbsd-compat)
5
AC_PROG_CC
6
AC_USE_SYSTEM_EXTENSIONS
7
8
-AC_ARG_WITH([libbsd],
9
- AS_HELP_STRING([--with-libbsd],
10
- [Build with libbsd library (default: disabled)]))
11
-
12
-AS_IF([test "x$with_libbsd" = "xyes"], [
13
- PKG_CHECK_MODULES([libbsd], [libbsd-overlay libbsd-ctor], [
14
- CFLAGS="$libbsd_CFLAGS $CFLAGS"
15
- LIBS="$libbsd_LIBS $LIBS"
16
- ])
17
-])
18
19
AC_REPLACE_FUNCS([ \
20
asprintf \
21
getprogname \
0 commit comments