Fix -Wuse-after-free warning in dbuf_destroy()
[zfs.git] / config / ax_restore_flags.m4
blobcf03cae790154a1f7d11b874925b488cbe57e310
1 # ===========================================================================
2 #     http://www.gnu.org/software/autoconf-archive/ax_restore_flags.html
3 # ===========================================================================
5 # SYNOPSIS
7 #   AX_RESTORE_FLAGS()
9 # DESCRIPTION
11 #   Restore common compilation flags from temporary variables
13 # LICENSE
15 #   Copyright (c) 2009 Filippo Giunchedi <filippo@esaurito.net>
17 #   Copying and distribution of this file, with or without modification, are
18 #   permitted in any medium without royalty provided the copyright notice
19 #   and this notice are preserved. This file is offered as-is, without any
20 #   warranty.
22 #serial 3
24 AC_DEFUN([AX_RESTORE_FLAGS], [
25   CPPFLAGS="${CPPFLAGS_save}"
26   CFLAGS="${CFLAGS_save}"
27   CXXFLAGS="${CXXFLAGS_save}"
28   OBJCFLAGS="${OBJCFLAGS_save}"
29   LDFLAGS="${LDFLAGS_save}"
30   LIBS="${LIBS_save}"