Skip to content

Commit ca2b9b3

Browse files
committed
Drop deprecated macro from configure.ac
1 parent ae21759 commit ca2b9b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ AC_ARG_ENABLE(
107107
[ENABLE_GZNBD=no]
108108
)
109109

110-
AC_PROG_CC_C99
110+
AC_PROG_CC
111111
AC_PROG_CPP
112112
AC_PROG_INSTALL
113113
AM_PROG_LEX(noyywrap)
@@ -267,7 +267,6 @@ AC_CHECK_FUNC([sync_file_range],
267267
[AC_DEFINE([HAVE_SYNC_FILE_RANGE], [sync_file_range(2) is not supported], [sync_file_range(2) is supported])],
268268
[])
269269
AC_FUNC_FORK
270-
AC_FUNC_SETVBUF_REVERSED
271270
AC_MSG_CHECKING(whether client should be built)
272271
AS_CASE([$host_os],
273272
[linux*], [NBD_CLIENT_NAME="nbd-client"; AC_MSG_RESULT(yes)],

0 commit comments

Comments
 (0)