Fix FOPENCOOKIE detection glitch
authorNikos Ntarmos <ntarmos@cs.uoi.gr>
Sat, 28 Mar 2009 17:49:56 +0000 (19:49 +0200)
committerPhil Sutter <phil@nwl.cc>
Sun, 29 Mar 2009 00:25:39 +0000 (01:25 +0100)
commitd9923abaa95fd0afce8c9a82d812a26f691ac4b4
tree875e589b02b4c56906cc4123e481801aa10732a9
parentb1da4bfdaae448527a633f31f95ab1e4c826a052
Fix FOPENCOOKIE detection glitch

Using AM_CONDITIONAL's inside an if block is considered "confusing" by
the automake manual[1] and in fact leads to configure code that won't
work unless fopencookie actually exists in a system.

[1] http://sources.redhat.com/automake/automake.html#Conditionals

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
configure.ac.in