Browse Source

configure.ac: only look for package nmad

Nathalie Furmento 7 years ago
parent
commit
66d778015b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -467,7 +467,7 @@ AC_SUBST(CC_OR_MPICC, $cc_or_mpicc)
 if test x$use_mpi = xyes -a x$enable_nmad = xyes ; then
     build_nmad_lib=yes
     enable_mpi=no
-    PKG_CHECK_MODULES([NMAD],[nmad pioman tbx])
+    PKG_CHECK_MODULES([NMAD],[nmad])
 else
     build_nmad_lib=no
 fi