]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
adding check for AliTRDseedV1 r39693
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Mar 2010 10:22:06 +0000 (10:22 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 18 Mar 2010 10:22:06 +0000 (10:22 +0000)
HLT/configure.ac

index 8e0beb34d688c1947643c10ef1b1774397f7ea0b..2dbb2e628f526229a5b36b922fd29ff55e9a1b5b 100644 (file)
@@ -933,7 +933,15 @@ else
                                          [have_alitrdrecoparam_r34995=yes],
                                         [AC_DEFINE(HAVE_NOT_ALITRDRECOPARAM_r34995)])
       AC_MSG_RESULT([$have_alitrdrecoparam_r34995])       
-      
+
+      have_alitrdseedv1_r39693=no
+      AC_MSG_CHECKING([checking for AliTRDseedV1 r39693])
+      AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <AliTRDseedV1.h>], 
+                                         [AliTRDseedV1 seed;
+                                         seed.SetC(0.0, 1)]);],
+                                         [have_alitrdseedv1_r39693=yes],
+                                        [AC_DEFINE(HAVE_NOT_ALITRD_SEEDV1_r39693)])
+      AC_MSG_RESULT([$have_alitrdseedv1_r39693])
     fi
 
     AC_LANG_POP(C++)