emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Sun, 16 Nov 2003 13:32:34 -0500

Index: emacs/configure.in
diff -c emacs/configure.in:1.357 emacs/configure.in:1.358
*** emacs/configure.in:1.357    Sun Nov 16 11:09:07 2003
--- emacs/configure.in  Sun Nov 16 13:32:34 2003
***************
*** 2255,2261 ****
  HAVE_X_SM=no
  if test "${HAVE_X11}" = "yes"; then
    AC_CHECK_HEADER(X11/SM/SMlib.h,
!     AC_CHECK_LIB(SM, SmcOpenConnection, HAVE_X_SM=yes, -lICE))
  
    if test "${HAVE_X_SM}" = "yes"; then
      AC_DEFINE(HAVE_X_SM, 1, [Define to 1 if you have the SM library (-lSM).])
--- 2255,2261 ----
  HAVE_X_SM=no
  if test "${HAVE_X11}" = "yes"; then
    AC_CHECK_HEADER(X11/SM/SMlib.h,
!     AC_CHECK_LIB(SM, SmcOpenConnection, HAVE_X_SM=yes, , -lICE))
  
    if test "${HAVE_X_SM}" = "yes"; then
      AC_DEFINE(HAVE_X_SM, 1, [Define to 1 if you have the SM library (-lSM).])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]