]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6227 wip
authorBrian West <brian@freeswitch.org>
Mon, 24 Feb 2014 21:47:03 +0000 (15:47 -0600)
committerBrian West <brian@freeswitch.org>
Mon, 24 Feb 2014 21:47:03 +0000 (15:47 -0600)
configure.in

index b42fdf8a02f6797a7250f191f6e7f98a57afd642..a7a273cc82a55418202a1f345357acd7bb0055e1 100644 (file)
@@ -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"'