- Timestamp:
- Jan 23, 2007, 11:49:14 PM (18 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 0c8ab5e
- Parents:
- 4d17916
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r15bd5ef r1bdffcb 2883 2883 fi 2884 2884 2885 { echo "$as_me:$LINENO: checking for resizeterm" >&5 2886 if test $ac_cv_lib_ncurses_initscr = yes; then 2887 echo $ECHO_N "checking for resizeterm in -lncurses... $ECHO_C" >&6; 2888 else 2889 echo $ECHO_N "checking for resizeterm in -lcurses... $ECHO_C" >&6; 2890 fi } 2891 if test "${ac_cv_lib_curses_resizeterm+set}" = set; then 2892 echo $ECHO_N "(cached) $ECHO_C" >&6 2893 else 2894 2895 cat >conftest.$ac_ext <<_ACEOF 2896 /* confdefs.h. */ 2897 _ACEOF 2898 cat confdefs.h >>conftest.$ac_ext 2899 cat >>conftest.$ac_ext <<_ACEOF 2900 /* end confdefs.h. */ 2901 2902 /* Override any GCC internal prototype to avoid an error. 2903 Use char because int might match the return type of a GCC 2904 builtin and then its argument prototype would still apply. */ 2905 #ifdef __cplusplus 2906 extern "C" 2907 #endif 2908 char resizeterm (); 2909 int 2910 main () 2911 { 2912 return resizeterm (); 2913 ; 2914 return 0; 2915 } 2916 _ACEOF 2917 rm -f conftest.$ac_objext conftest$ac_exeext 2918 if { (ac_try="$ac_link" 2919 case "(($ac_try" in 2920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2921 *) ac_try_echo=$ac_try;; 2922 esac 2923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2924 (eval "$ac_link") 2>conftest.er1 2925 ac_status=$? 2926 grep -v '^ *+' conftest.er1 >conftest.err 2927 rm -f conftest.er1 2928 cat conftest.err >&5 2929 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2930 (exit $ac_status); } && 2931 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 2932 { (case "(($ac_try" in 2933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2934 *) ac_try_echo=$ac_try;; 2935 esac 2936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2937 (eval "$ac_try") 2>&5 2938 ac_status=$? 2939 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2940 (exit $ac_status); }; } && 2941 { ac_try='test -s conftest$ac_exeext' 2942 { (case "(($ac_try" in 2943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2944 *) ac_try_echo=$ac_try;; 2945 esac 2946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2947 (eval "$ac_try") 2>&5 2948 ac_status=$? 2949 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2950 (exit $ac_status); }; }; then 2951 ac_cv_lib_curses_resizeterm=yes 2952 else 2953 echo "$as_me: failed program was:" >&5 2954 sed 's/^/| /' conftest.$ac_ext >&5 2955 2956 ac_cv_lib_curses_resizeterm=no 2957 fi 2958 2959 rm -f core conftest.err conftest.$ac_objext \ 2960 conftest$ac_exeext conftest.$ac_ext 2961 2962 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_resizeterm" >&5 2963 echo "${ECHO_T}$ac_cv_lib_curses_resizeterm" >&6; } 2964 2965 if test $ac_cv_lib_curses_resizeterm = yes; then 2966 cat >>confdefs.h <<_ACEOF 2967 #define HAVE_RESIZETERM 1 2968 _ACEOF 2969 2970 fi 2971 2972 fi 2885 2973 2886 2974 { echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5
Note: See TracChangeset
for help on using the changeset viewer.