Changeset 8202 for trunk/gsdl/configure


Ignore:
Timestamp:
2004-10-01T12:03:13+12:00 (20 years ago)
Author:
jrm21
Message:

don't need host and target set anymore (since it works properly on darwin
now).

remove spaces around ' gettext ' in a test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r8200 r8202  
    29872987
    29882988
    2989 echo $ac_n "checking for textdomain ""... $ac_c" 1>&6
    2990 echo "configure:2991: checking for textdomain " >&5
    2991 if eval "test \"`echo '$''{'ac_cv_func_textdomain '+set}'`\" = set"; then
     2989echo $ac_n "checking for textdomain""... $ac_c" 1>&6
     2990echo "configure:2991: checking for textdomain" >&5
     2991if eval "test \"`echo '$''{'ac_cv_func_textdomain'+set}'`\" = set"; then
    29922992  echo $ac_n "(cached) $ac_c" 1>&6
    29932993else
     
    29962996#include "confdefs.h"
    29972997/* System header to define __stub macros and hopefully few prototypes,
    2998     which can conflict with char textdomain (); below.  */
     2998    which can conflict with char textdomain(); below.  */
    29992999#include <assert.h>
    30003000/* Override any gcc2 internal prototype to avoid an error.  */
    30013001/* We use char because int might match the return type of a gcc2
    30023002    builtin and then its argument prototype would still apply.  */
    3003 char textdomain ();
     3003char textdomain();
    30043004
    30053005int main() {
     
    30083008    to always fail with ENOSYS.  Some functions are actually named
    30093009    something starting with __ and the normal name is an alias.  */
    3010 #if defined (__stub_textdomain ) || defined (__stub___textdomain )
     3010#if defined (__stub_textdomain) || defined (__stub___textdomain)
    30113011choke me
    30123012#else
    3013 textdomain ();
     3013textdomain();
    30143014#endif
    30153015
     
    30183018if { (eval echo configure:3019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    30193019  rm -rf conftest*
    3020   eval "ac_cv_func_textdomain =yes"
    3021 else
    3022   echo "configure: failed program was:" >&5
    3023   cat conftest.$ac_ext >&5
    3024   rm -rf conftest*
    3025   eval "ac_cv_func_textdomain =no"
    3026 fi
    3027 rm -f conftest*
    3028 fi
    3029 
    3030 if eval "test \"`echo '$ac_cv_func_'textdomain `\" = yes"; then
     3020  eval "ac_cv_func_textdomain=yes"
     3021else
     3022  echo "configure: failed program was:" >&5
     3023  cat conftest.$ac_ext >&5
     3024  rm -rf conftest*
     3025  eval "ac_cv_func_textdomain=no"
     3026fi
     3027rm -f conftest*
     3028fi
     3029
     3030if eval "test \"`echo '$ac_cv_func_'textdomain`\" = yes"; then
    30313031  echo "$ac_t""yes" 1>&6
    30323032  cat >> confdefs.h <<\EOF
     
    34553455
    34563456# ---------------------------------------------------------------------------
    3457 ac_configure_args="$ac_configure_args --host=$host --target=$target"
    34583457subdirs="packages"
    34593458
Note: See TracChangeset for help on using the changeset viewer.