This is the mail archive of the libffi-discuss@sources.redhat.com mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

configure


When I run configure in the same directory (gcc/libffi), I run into a
problem that seems to be solved if I change in "configure" this:

  if test "$with_target_subdir" != "."; then

to this:

  if test ! -z "$with_target_subdir" && test "$with_target_subdir" != "."; then

which seems to make sense, but I don't know where is the source of
this problem since I don't have autoconf 2.59.
-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]