diff --git a/src/configure.in b/src/configure.in
index 76ceeaf5f664111e0e5b7ac50a6f389b393db45c..ef6caa3cc0106dfeea04efdf2cf006f0bcadffa5 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.20 1996/11/17 03:26:00 hubbe Exp $
+# $Id: configure.in,v 1.21 1996/11/18 23:09:40 hubbe Exp $
 
 AC_INIT(interpret.c)
 
@@ -140,6 +140,9 @@ fi
 #
 # If no cppflags or ldflags where given we try to guess some..
 #
+# This doesn't work since we have to test if the linker accepts
+# -R first... :( /Hubbe
+#
 #if test $cppflags_is_set$ldflags_is_set = nono -a x${C_INCLUDE_PATH-} = x ; then
 #  for d in /usr/gnu /opt/gnu /usr/local
 #  do