2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 18:07:25 +00:00

Suppress spurious warnings from configure about --datarootdir [rt19097]

This commit is contained in:
Evan Hunt 2009-01-07 20:05:30 +00:00
parent adbef11931
commit 159c89d7bf
2 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,8 @@ work on other platforms. Please report any problems and suggested fixes to
(which are bogus corruption read from the packet anyway). It also (which are bogus corruption read from the packet anyway). It also
carries a hopefully more useful explanation. carries a hopefully more useful explanation.
- Suppress spurious warnings from configure about --datarootdir
Changes since 4.1.0b1 Changes since 4.1.0b1
- A missing "else" in dhcrelay.c could have caused an interface not to - A missing "else" in dhcrelay.c could have caused an interface not to

View File

@ -12,6 +12,9 @@ SAVE_CFLAGS="$CFLAGS"
# Now find our C compiler. # Now find our C compiler.
AC_PROG_CC AC_PROG_CC
# Suppress warnings about --datarootdir
AC_DEFUN([AC_DATAROOTDIR_CHECKED])
# If we have gcc, and AC_PROG_CC changed the flags, then we know the # If we have gcc, and AC_PROG_CC changed the flags, then we know the
# user did not specify any flags. Add warnings in this case. # user did not specify any flags. Add warnings in this case.
if test "$GCC" = "yes"; then if test "$GCC" = "yes"; then