Update README.install
authorAndreas Schneider <asn@samba.org>
Mon, 8 Nov 2021 15:33:46 +0000 (16:33 +0100)
committerAndreas Schneider <asn@samba.org>
Mon, 8 Nov 2021 18:30:02 +0000 (19:30 +0100)
This is detected automatically in the meantime.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
README.install

index c6773812cd7c649e72a03793a18efbd1e60b3f0f..aa05faabff89a49cf70e2bdf27ea653954e996f2 100644 (file)
@@ -32,10 +32,6 @@ Next, run cmake to configure the build, e.g.
 
   $ cmake -DCMAKE_INSTALL_PREFIX=<prefix> ..
 
-or on a 64 bit red hat system:
-
-  $  cmake -DCMAKE_INSTALL_PREFIX=<prefix> -DLIB_SUFFIX=64 ..
-
 The "<prefix>" should be replaced by the intended installation
 target prefix directory, typically /usr or /usr/local.