From: Brian West Date: Mon, 24 Feb 2014 21:47:03 +0000 (-0600) Subject: FS-6227 wip X-Git-Tag: v1.5.8~25^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44410b7167efeba49dfa9cd1f6f1cd1b397dba54;p=thirdparty%2Ffreeswitch.git FS-6227 wip --- diff --git a/configure.in b/configure.in index b42fdf8a02..a7a273cc82 100644 --- a/configure.in +++ b/configure.in @@ -839,6 +839,8 @@ elif test "$ac_cv_sizeof_long" = "8"; then int64_value="long" long_value=long case "$host" in + *pc-solaris2*) + ;; *-solaris2*|*apple-darwin*|*-openbsd*) if test "$ac_cv_sizeof_long_long" = "8"; then int64_t_fmt='#define SWITCH_INT64_T_FMT "lld"'