diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-07-06 16:09:00 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-07-06 16:09:00 +0000 |
commit | a16755fd935895af19a663ad5565949512da6f7b (patch) | |
tree | 35673b2f94ee9aa5a39537a5c61cf9ab06fe59c5 /configure | |
parent | 1406f7667908ee7e0ff3b85b90957e5db4f9afa7 (diff) | |
download | emacs-a16755fd935895af19a663ad5565949512da6f7b.tar.gz |
*** empty log message ***
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure index b871a509ede..6cd29048b7d 100755 --- a/configure +++ b/configure @@ -4595,9 +4595,9 @@ rm -f conftest* fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 - echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6 -echo "configure:4600: checking for XpmReadFileToPixmap in -lXpm" >&5 -ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'` + echo $ac_n "checking for XpmReturnAllocPixels in -lXpm""... $ac_c" 1>&6 +echo "configure:4600: checking for XpmReturnAllocPixels in -lXpm" >&5 +ac_lib_var=`echo Xpm'_'XpmReturnAllocPixels | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4609,10 +4609,10 @@ cat > conftest.$ac_ext <<EOF /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ -char XpmReadFileToPixmap(); +char XpmReturnAllocPixels(); int main() { -XpmReadFileToPixmap() +XpmReturnAllocPixels() ; return 0; } EOF if { (eval echo configure:4619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |