@@ -3020,11 +3020,6 @@ if test "${with_java+set}" = set; then
3020
3020
yes)
3021
3021
echo " $as_me :$LINENO : result: yes" >&5
3022
3022
echo " ${ECHO_T} yes" >&6
3023
- if test ! " $JAVA_HOME " -o ! -d " $JAVA_HOME " ; then
3024
- { { echo " $as_me :$LINENO : error: Set the JAVA_HOME environment variable to build Java components" >&5
3025
- echo " $as_me : error: Set the JAVA_HOME environment variable to build Java components" >&2 ; }
3026
- { (exit 1); exit 1; }; }
3027
- fi
3028
3023
3029
3024
for ac_prog in jakarta-ant ant ant.sh ant.bat
3030
3025
do
@@ -3125,8 +3120,10 @@ echo "$as_me: error: ant does not work" >&2;}
3125
3120
3126
3121
3127
3122
if test -z " $ANT " ; then
3128
- { { echo " $as_me :$LINENO : error: Ant is required to build Java components" >&5
3129
- echo " $as_me : error: Ant is required to build Java components" >&2 ; }
3123
+ { { echo " $as_me :$LINENO : error: Ant is required to build Java components
3124
+ If you have Ant already installed, see config.log for details on the failure." >&5
3125
+ echo " $as_me : error: Ant is required to build Java components
3126
+ If you have Ant already installed, see config.log for details on the failure." >&2 ; }
3130
3127
{ (exit 1); exit 1; }; }
3131
3128
fi
3132
3129
if " $ANT " -version | sed q | egrep -v ' 1\.[5-9]| [2-9]\.' > /dev/null ; then
@@ -5841,8 +5838,12 @@ echo "${ECHO_T}no" >&6
5841
5838
fi
5842
5839
if test x" $pgac_cv_check_readline " = x" no" ; then
5843
5840
{ { echo " $as_me :$LINENO : error: readline library not found
5841
+ If you have readline already installed, see config.log for details on the
5842
+ failure. It is possible the compiler isn't looking in the proper directory.
5844
5843
Use --without-readline to disable readline support." >&5
5845
5844
echo " $as_me : error: readline library not found
5845
+ If you have readline already installed, see config.log for details on the
5846
+ failure. It is possible the compiler isn't looking in the proper directory.
5846
5847
Use --without-readline to disable readline support." >&2 ; }
5847
5848
{ (exit 1); exit 1; }; }
5848
5849
fi
@@ -5914,8 +5915,12 @@ _ACEOF
5914
5915
5915
5916
else
5916
5917
{ { echo " $as_me :$LINENO : error: zlib library not found
5918
+ If you have zlib already installed, see config.log for details on the
5919
+ failure. It is possible the compiler isn't looking in the proper directory.
5917
5920
Use --without-zlib to disable zlib support." >&5
5918
5921
echo " $as_me : error: zlib library not found
5922
+ If you have zlib already installed, see config.log for details on the
5923
+ failure. It is possible the compiler isn't looking in the proper directory.
5919
5924
Use --without-zlib to disable zlib support." >&2 ; }
5920
5925
{ (exit 1); exit 1; }; }
5921
5926
fi
@@ -7341,8 +7346,12 @@ _ACEOF
7341
7346
7342
7347
else
7343
7348
{ { echo " $as_me :$LINENO : error: readline header not found
7349
+ If you have readline already installed, see config.log for details on the
7350
+ failure. It is possible the compiler isn't looking in the proper directory.
7344
7351
Use --without-readline to disable readline support." >&5
7345
7352
echo " $as_me : error: readline header not found
7353
+ If you have readline already installed, see config.log for details on the
7354
+ failure. It is possible the compiler isn't looking in the proper directory.
7346
7355
Use --without-readline to disable readline support." >&2 ; }
7347
7356
{ (exit 1); exit 1; }; }
7348
7357
fi
@@ -7576,8 +7585,12 @@ _ACEOF
7576
7585
7577
7586
else
7578
7587
{ { echo " $as_me :$LINENO : error: history header not found
7588
+ If you have readline already installed, see config.log for details on the
7589
+ failure. It is possible the compiler isn't looking in the proper directory.
7579
7590
Use --without-readline to disable readline support." >&5
7580
7591
echo " $as_me : error: history header not found
7592
+ If you have readline already installed, see config.log for details on the
7593
+ failure. It is possible the compiler isn't looking in the proper directory.
7581
7594
Use --without-readline to disable readline support." >&2 ; }
7582
7595
{ (exit 1); exit 1; }; }
7583
7596
fi
@@ -7696,8 +7709,12 @@ if test $ac_cv_header_zlib_h = yes; then
7696
7709
:
7697
7710
else
7698
7711
{ { echo " $as_me :$LINENO : error: zlib header not found
7712
+ If you have readline already installed, see config.log for details on the
7713
+ failure. It is possible the compiler isn't looking in the proper directory.
7699
7714
Use --without-zlib to disable zlib support." >&5
7700
7715
echo " $as_me : error: zlib header not found
7716
+ If you have readline already installed, see config.log for details on the
7717
+ failure. It is possible the compiler isn't looking in the proper directory.
7701
7718
Use --without-zlib to disable zlib support." >&2 ; }
7702
7719
{ (exit 1); exit 1; }; }
7703
7720
fi
0 commit comments