1
1

* need to include the libs in the wrapper_extra_libs in case we are building

static...

This commit was SVN r6973.
Этот коммит содержится в:
Brian Barrett 2005-08-22 04:39:21 +00:00
родитель c189dabbe8
Коммит 4cf1186421

Просмотреть файл

@ -66,7 +66,8 @@ AC_DEFUN([MCA_timer_aix_CONFIG],[
AC_SUBST(timer_aix_LIBS)
AS_IF([test "$timer_aix_happy" = "yes"],
[timer_base_include="aix/timer_aix.h"
[timer_aix_WRAPPER_EXTRA_LIBS="$timer_aix_LIBS"
timer_base_include="aix/timer_aix.h"
$1],
[$2])
])