Bladeren bron

no G2C necessary for la.h

This finishes incomplete https://trac.osgeo.org/grass/changeset/54193 and is necessary after r66101.


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66103 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 9 jaren geleden
bovenliggende
commit
19348c17b3
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      include/gmath.h

+ 1 - 1
include/gmath.h

@@ -24,7 +24,7 @@
 #define GRASS_GMATH_H
 
 #include <grass/config.h>
-#if defined(HAVE_LIBLAPACK) && defined(HAVE_LIBBLAS) && defined(HAVE_G2C_H)
+#if defined(HAVE_LIBLAPACK) && defined(HAVE_LIBBLAS)
  /* only include if available */
 #include <grass/la.h>
 #endif