diff options
author | Francis Dupont <fdupont@isc.org> | 2016-01-25 15:33:10 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2016-01-25 15:33:10 +0100 |
commit | e619bd678c4e00fc1b68d5c2edbbf49a4930e9e0 (patch) | |
tree | 9df46ee66ce2f9112103c0433d0b1084c71a58a3 /configure.ac | |
parent | 0958dea48c577ea4eee5d20b181e7971e3ae1551 (diff) | |
download | isc-dhcp-e619bd678c4e00fc1b68d5c2edbbf49a4930e9e0.tar.gz |
Added an AR configure variable and regen
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9fe247ca..64007f7d 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,10 @@ AM_CONDITIONAL(CROSS_COMPILING, test "$cross_compiling" = "yes") AC_USE_SYSTEM_EXTENSIONS AC_PROG_RANLIB + +AC_PATH_PROG(AR, ar) +AC_SUBST(AR) + AC_CONFIG_HEADERS([includes/config.h]) # we sometimes need to know byte order for building packets |