diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-11 10:09:54 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-11 10:09:54 +0000 |
commit | a80c8095fe48f9283617f6289e1fac5a9719ddd1 (patch) | |
tree | f8190870d206f52f82bd04dd5e24d870a294c6dc /x11-wm/sawfish/files | |
parent | 6aadf25521824201e407c34678662277db89cd72 (diff) |
Notes
Diffstat (limited to 'x11-wm/sawfish/files')
-rw-r--r-- | x11-wm/sawfish/files/patch-ac | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/x11-wm/sawfish/files/patch-ac b/x11-wm/sawfish/files/patch-ac index 93e3b1a4f47c..247219ca0369 100644 --- a/x11-wm/sawfish/files/patch-ac +++ b/x11-wm/sawfish/files/patch-ac @@ -1,5 +1,5 @@ ---- configure.in.orig Sun Jul 2 18:17:23 2000 -+++ configure.in Mon Jul 3 13:19:32 2000 +--- configure.in.orig Sun Jul 9 17:35:13 2000 ++++ configure.in Tue Jul 11 12:54:41 2000 @@ -57,7 +57,7 @@ sawfishdir='${datadir}/sawfish' lispdir='${sawfishdir}/${version}/lisp' @@ -9,21 +9,3 @@ sawfishexecdir='${libexecdir}/sawfish/${version}/${host_type}' dnl Checks for programs. -@@ -108,12 +108,12 @@ - (error - (throw 'quit 1))) - EOF --if rep ./conftest 2>&5; then -+#if rep ./conftest 2>&5; then - AC_MSG_RESULT([yes]) --else -- AC_MSG_RESULT([no]) -- AC_MSG_ERROR([You need rep-gtk version ${rep_gtk_version}+]) --fi -+#else -+# AC_MSG_RESULT([no]) -+# AC_MSG_ERROR([You need rep-gtk version ${rep_gtk_version}+]) -+#fi - - dnl is X available? - if test "${no_x}" != "yes"; then |