comparison configure.in @ 76:c0c698873ce1 r20-0b33

Import from CVS: tag r20-0b33
author cvs
date Mon, 13 Aug 2007 09:05:10 +0200
parents 54cc21c15cbb
children 1ce6082ce73f
comparison
equal deleted inserted replaced
75:a4e0195b387b 76:c0c698873ce1
2768 2768
2769 # Check for nlist.h 2769 # Check for nlist.h
2770 AC_HEADER_CHECK(nlist.h, AC_DEFINE(NLIST_STRUCT), ) 2770 AC_HEADER_CHECK(nlist.h, AC_DEFINE(NLIST_STRUCT), )
2771 2771
2772 # AIX export list 2772 # AIX export list
2773 for export in /usr/lpp/X11/bin/smt.exp /usr/bin/X11/smt.exp ; do 2773 if test -f /usr/lpp/X11/bin/smt.exp ; then
2774 if test -f "$export" ; then 2774 AC_DEFINE(AIX_SMT_EXP, -bI:/usr/lpp/X11/bin/smt.exp)
2775 AC_DEFINE(AIX_SMT_EXP, -bI:$export) 2775 elif test -f /usr/bin/X11/smt.exp ; then
2776 break 2776 AC_DEFINE(AIX_SMT_EXP, -bI:/usr/bin/X11/smt.exp)
2777 fi 2777 fi
2778 done
2779 2778
2780 dnl # Set up the CFLAGS for real compilation, so we can substitute it. 2779 dnl # Set up the CFLAGS for real compilation, so we can substitute it.
2781 CFLAGS="$REAL_CFLAGS" 2780 CFLAGS="$REAL_CFLAGS"
2782 2781
2783 dnl # Find out which version of XEmacs this is. 2782 dnl # Find out which version of XEmacs this is.