Forráskód Böngészése

g2c.h no longer exists

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54193 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 éve
szülő
commit
199364ad83
1 módosított fájl, 1 hozzáadás és 5 törlés
  1. 1 5
      lib/gmath/la.c

+ 1 - 5
lib/gmath/la.c

@@ -27,13 +27,9 @@
 #include <string.h>
 #include <math.h>
 
-
-/********
- ******** only compile this LAPACK/BLAS wrapper file if g2c.h is present!
- ********/
 #include <grass/config.h>
 
-#if defined(HAVE_LIBLAPACK) && defined(HAVE_LIBBLAS) && defined(HAVE_G2C_H)
+#if defined(HAVE_LIBLAPACK) && defined(HAVE_LIBBLAS)
 
 #include <grass/gis.h>
 #include <grass/glocale.h>