3e1318f
diff -ru condor-7.0.2.orig/src/configure.ac condor-7.0.2/src/configure.ac
3e1318f
--- condor-7.0.2.orig/src/configure.ac	2008-06-11 10:04:54.000000000 -0500
3e1318f
+++ condor-7.0.2/src/configure.ac	2008-06-11 10:04:07.000000000 -0500
3e1318f
@@ -877,6 +877,12 @@
3e1318f
     CompilerMinor="3"
3e1318f
     CompilerPatch="1"
3e1318f
     ;;
3e1318f
+ "4.3.2" )
3e1318f
+    CompilerKind="GCC"
3e1318f
+    CompilerMajor="4"
3e1318f
+    CompilerMinor="3"
3e1318f
+    CompilerPatch="2"
3e1318f
+    ;;
3e1318f
  * )
3e1318f
     if test "x$enable_gcc_version_check" = "xyes"; then
3e1318f
       AC_MSG_RESULT([ERROR])