diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2003-11-16 18:33:00 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2003-11-16 18:33:00 +0000 |
commit | 1660500f2a18bbcabb3aeaf3573be70d3d2189fc (patch) | |
tree | 197f28cc9c1cf8bb95dce3e956c25dfed931b220 | |
parent | d77711a5a652d60467d76a3b642600a723565c51 (diff) | |
download | emacs-1660500f2a18bbcabb3aeaf3573be70d3d2189fc.tar.gz |
Regenerated
-rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure b/configure index 20ba19f4c86..00cfe9c55f3 100755 --- a/configure +++ b/configure @@ -10999,7 +10999,7 @@ if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lSM $LIBS" +LIBS="-lSM -lICE $LIBS" cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" /* confdefs.h. */ @@ -11049,8 +11049,6 @@ echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6 if test $ac_cv_lib_SM_SmcOpenConnection = yes; then HAVE_X_SM=yes -else - -lICE fi fi |