Explorar el Código

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

Cédric Augonnet hace 15 años
padre
commit
bca5400187
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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