Closed andy5995 closed 6 years ago
When I made this change:
https://github.com/solbu/hldig/blob/ff72b3c7b8608d293a74da4fc414d0b3450483d8/configure.ac#L366
in https://github.com/solbu/hldig/commit/7e86c6ef05ca12826d7f8c9f1c1da8b9d75e3708
I didn't expect to wind up with 2 similar options for configure
configure
andy@oceanus:~/src/hldig$ ./configure --help | grep bigfile --enable-bigfile enable Linux, AIX, HP/UX, Solaris big files. andy@oceanus:~/src/hldig$ ./configure --help | grep largefile --disable-largefile omit support for large files
I think there is some "leftover" code that can be removed. https://github.com/solbu/hldig/blob/ff72b3c7b8608d293a74da4fc414d0b3450483d8/db/acinclude.m4#L369-L373
What we want to wind up with is just --disable-largefile
--disable-largefile
When I made this change:
https://github.com/solbu/hldig/blob/ff72b3c7b8608d293a74da4fc414d0b3450483d8/configure.ac#L366
in https://github.com/solbu/hldig/commit/7e86c6ef05ca12826d7f8c9f1c1da8b9d75e3708
I didn't expect to wind up with 2 similar options for
configure
I think there is some "leftover" code that can be removed. https://github.com/solbu/hldig/blob/ff72b3c7b8608d293a74da4fc414d0b3450483d8/db/acinclude.m4#L369-L373
What we want to wind up with is just
--disable-largefile