src/cf/roken.m4: Escape buildtool_roken correctly
[openafs.git] / src / cf / roken.m4
index 2766b43..2c12627 100644 (file)
@@ -20,7 +20,7 @@ AC_DEFUN([_OPENAFS_ROKEN_PATHS], [
     [AS_IF([test x"$roken_root" != x],
       [CPPFLAGS_roken="-I$roken_root/include"])])
   LIB_roken="-lroken"
-  buildtool_roken="$(LDFLAGS_roken) $(LIB_roken)"])
+  buildtool_roken="\$(LDFLAGS_roken) \$(LIB_roken)"])
 
 dnl _OPENAFS_ROKEN_CHECK($action-if-found,
 dnl                     $action-if-not-found)