]> granicus.if.org Git - graphviz/commitdiff
remove 'SMYRNA' #define
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 29 Mar 2022 15:27:02 +0000 (08:27 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 3 Apr 2022 03:12:00 +0000 (20:12 -0700)
This seems unused.

CMakeLists.txt
configure.ac
windows/include/config.h

index 0d5b21f431b2832de84b58d2008de56f8acd8916..3d5613938e2e3bbe1aa4d8ae814d3d6c34fc1bba 100644 (file)
@@ -44,11 +44,6 @@ if(with_sfdp)
   add_definitions(-DSFDP)
 endif()
 
-if(with_smyrna)
-  # TODO include dependency checks
-  add_definitions(-DSMYRNA)
-endif()
-
 # ===================== Append local CMake module directory ====================
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
 
index a9a5b998e405b4cd75495b4ef0e4d195a2e28b95..de98d1fc163fc4efd2eaf9cf4b7eb05e1aea7535 100644 (file)
@@ -2445,7 +2445,6 @@ else
      use_smyrna="No (requires:$requires)"
   else
      use_smyrna="Yes"
-     AC_DEFINE_UNQUOTED(SMYRNA,1,[Define if you want SMYRNA])
   fi
 fi
 AM_CONDITIONAL(WITH_SMYRNA, [test "x$use_smyrna" = "xYes"])
index aa836dc5ddda36ddfaa649d1199682d34481a95b..b222f33ed47fe8daa0d3d66380f306a972207d2a 100644 (file)
 #define SFDP 1
 /* #undef SFDP */
 
-/* Define if you want SMYRNA */
-/* #undef SMYRNA */
-
 /* Define if you want CGRAPH */
 #define WITH_CGRAPH 1