From: Gerd Moellmann Date: Thu, 6 Jul 2000 16:09:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2927 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c6d2e33780af3c5a7150f7e0de11801ddf38b65;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 53c3afeab2a..f367e8a379a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-06 Gerd Moellmann + + * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels + instead of XpmReadFileToPixmap. + 2000-07-05 Ken Raeburn * configure.in: Check for . Look for ossaudio 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then