From: Harlan Stenn Date: Mon, 3 Mar 2014 03:47:14 +0000 (-0500) Subject: In ntp_dir_sep.m4, we care about $host_os, not $target_os X-Git-Tag: NTP_4_2_7P429~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae162f43378a65d5196c01ea67b4dbef2ffb6e1c;p=thirdparty%2Fntp.git In ntp_dir_sep.m4, we care about $host_os, not $target_os bk: 5313fb42LpUgu4Xpiev7VcDLT5hHcw --- diff --git a/ChangeLog b/ChangeLog index 61588def7..9fea1d110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* In ntp_dir_sep.m4, we care about $host_os, not $target_os. * [Bug 2540] bootstrap script needs to 'touch' files in finer-grained groups. (4.2.7p428) 2014/03/03 Released by Harlan Stenn * [Bug 2570] refuse to load leapsec file with bad/missing SHA1 hash diff --git a/sntp/m4/ntp_dir_sep.m4 b/sntp/m4/ntp_dir_sep.m4 index 96d0fbc05..d10735bef 100644 --- a/sntp/m4/ntp_dir_sep.m4 +++ b/sntp/m4/ntp_dir_sep.m4 @@ -7,7 +7,7 @@ AC_CACHE_CHECK( [ case "$ntp_cv_dir_sep" in '') - case "$target_os" in + case "$host_os" in *djgpp | *mingw32* | *emx*) ntp_cv_dir_sep="'\\'" ;;