diff --git a/configure b/configure index be39aa3..bead591 100755 --- a/configure +++ b/configure @@ -16,18 +16,12 @@ help() { cat << EOF Configuration script for the fxengine library. -Usage: $0 [options...] +This is actually very simple... ^^ -You should build out-of-tree by creating a build directory and configuring from -there. - - -Build option: +Build option (there is just only one) : --enable-profiling - By default, profiling is disabled, tht means you will not have access to fps. :( - This option enables fps count, but you need to have libprof (by Lephenixnoir) installed