]> mj.ucw.cz Git - libucw.git/blobdiff - lib/autoconf.cfg
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.8
[libucw.git] / lib / autoconf.cfg
index 4485db746ae9678f6f7e9107bbc0e08c21277f0b..3c81f034b021816b350b6c5ae30d0fcd089cf5d7 100644 (file)
@@ -170,6 +170,9 @@ if (IsSet("CONFIG_DEBUG")) {
        Append("LOPT" => "-s");
 }
 
+# Decide how will lib/partmap.c work
+Set("PARTMAP_IS_MMAP") if IsSet("CPU_64BIT_POINTERS");
+
 # If debugging memory allocations:
 #LIBS+=-lefence
 #CDEBUG+=-DDEBUG_DMALLOC