[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#4416) ">" is not "-gt"



Full_Name: Aaron Richton
Version: 2.3.20, HEAD
OS: irrelevant
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (67.85.177.150)


The new multiprecision work has stuff like

	if test $ac_cv_sizeof_long_long > 4 ; then

in configure.in. You've been in C too long. :)


I'd be glad to write up a diff to this, but I figure a committer can use a
search-and-replace of choice faster than they can review something I submit and
run patch(1). Let me know if interested.