Skip to content

Commit

Permalink
Drop deprecated macro from configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Mar 7, 2022
1 parent ae21759 commit ca2b9b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ AC_ARG_ENABLE(
[ENABLE_GZNBD=no]
)

AC_PROG_CC_C99
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AM_PROG_LEX(noyywrap)
Expand Down Expand Up @@ -267,7 +267,6 @@ AC_CHECK_FUNC([sync_file_range],
[AC_DEFINE([HAVE_SYNC_FILE_RANGE], [sync_file_range(2) is not supported], [sync_file_range(2) is supported])],
[])
AC_FUNC_FORK
AC_FUNC_SETVBUF_REVERSED
AC_MSG_CHECKING(whether client should be built)
AS_CASE([$host_os],
[linux*], [NBD_CLIENT_NAME="nbd-client"; AC_MSG_RESULT(yes)],
Expand Down

0 comments on commit ca2b9b3

Please sign in to comment.