cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/configure


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/configure
Date: Mon, 05 Sep 2005 15:38:01 -0400

Index: ccvs/configure
diff -u ccvs/configure:1.415 ccvs/configure:1.416
--- ccvs/configure:1.415        Mon Sep  5 18:51:25 2005
+++ ccvs/configure      Mon Sep  5 19:38:00 2005
@@ -1483,11 +1483,11 @@
 gl_header_list="$gl_header_list sys/cdefs.h"
 gl_func_list="$gl_func_list getlogin_r"
 gl_func_list="$gl_func_list getpwnam_r"
+gl_header_list="$gl_header_list wchar.h"
+gl_header_list="$gl_header_list wctype.h"
 gl_header_list="$gl_header_list stdint.h"
 gl_func_list="$gl_func_list siginterrupt"
 gl_func_list="$gl_func_list posix_memalign"
-gl_header_list="$gl_header_list wchar.h"
-gl_header_list="$gl_header_list wctype.h"
 gl_func_list="$gl_func_list iswprint"
 gl_func_list="$gl_func_list mbsinit"
 gl_header_list="$gl_header_list locale.h"
@@ -11979,6 +11979,18 @@
 fi
 
 
+
+
+
+
+
+
+
+
+
+
+
+
   echo "$as_me:$LINENO: checking for uint32_t" >&5
 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
 if test "${gl_cv_c_uint32_t+set}" = set; then
@@ -13764,18 +13776,6 @@
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
 echo "$as_me:$LINENO: checking for C/C++ restrict keyword" >&5
 echo $ECHO_N "checking for C/C++ restrict keyword... $ECHO_C" >&6
 if test "${gl_cv_c_restrict+set}" = set; then
@@ -21239,6 +21239,29 @@
 
 
 
+
+
+
+  :
+
+
+
+
+
+
+
+
+
+  if test x$ac_cv_header_wchar_h = xyes && test x$ac_cv_header_wctype_h = 
xyes; then
+       case $LIBOBJS in
+    "mbchar.$ac_objext"   | \
+  *" mbchar.$ac_objext"   | \
+    "mbchar.$ac_objext "* | \
+  *" mbchar.$ac_objext "* ) ;;
+  *) LIBOBJS="$LIBOBJS mbchar.$ac_objext" ;;
+esac
+
+  fi
 
 
   :




reply via email to

[Prev in Thread] Current Thread [Next in Thread]