浏览代码

Monotonic clocks are used by default in FxT now and the option was removed from
the configure script.

Cédric Augonnet 15 年之前
父节点
当前提交
bca5400187
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/Gantt

+ 1 - 1
doc/Gantt

@@ -5,7 +5,7 @@ Get the sources from the cvs repository
 
 Configure and compile FxT:
 	./bootstrap
-	./configure --enable-sync-clock --prefix=$FXTDIR
+	./configure --prefix=$FXTDIR
 	make
 	make install