common/autoconf/basics.m4

Print this page

        

@@ -124,11 +124,11 @@
           break
         fi
       done
       IFS="$IFS_save"
     else
-      AC_MSG_NOTICE([Resolving $1 (as $path) failed, using $path directly.])
+      # This is an absolute path, we can use it without further modifications.
       new_path="$path"
     fi
 
     if test "x$new_path" = x; then
       AC_MSG_NOTICE([The path of $1, which resolves as "$complete", is not found.])