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

configure: bug in back-perl configuration (ITS#365)



Full_Name: Dmitry Kovalev
Version: devel
OS: RH Linux 6.0
URL: 
Submission from: (NULL) (195.14.48.2)


perl backend is not configured correctly because of following mistyping in
configure.in (and in configure, of course):

-  if test x"$ol_with_perl_module" == "xstatic" ; then

should be

+  if test x"$ol_with_perl_module" = "xstatic" ; then