comparison configure.in @ 24629:1fbd0f7450b8

Check for libXp.
author Karl Heuer <kwzh@gnu.org>
date Mon, 26 Apr 1999 05:21:00 +0000
parents c4dcba33da91
children 9186fd78775b
comparison
equal deleted inserted replaced
24628:fc7a39405297 24629:1fbd0f7450b8
1603 #endif], 1603 #endif],
1604 emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no)) 1604 emacs_cv_motif_version_2_1=yes, emacs_cv_motif_version_2_1=no))
1605 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 1605 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
1606 if test $emacs_cv_motif_version_2_1 = yes; then 1606 if test $emacs_cv_motif_version_2_1 = yes; then
1607 AC_DEFINE(HAVE_MOTIF_2_1) 1607 AC_DEFINE(HAVE_MOTIF_2_1)
1608 AC_CHECK_LIB(Xp, XpCreateContext)
1608 fi 1609 fi
1609 fi 1610 fi
1610 1611
1611 # If netdb.h doesn't declare h_errno, we must declare it by hand. 1612 # If netdb.h doesn't declare h_errno, we must declare it by hand.
1612 AC_CACHE_CHECK(whether netdb declares h_errno, 1613 AC_CACHE_CHECK(whether netdb declares h_errno,