Index: /issm/trunk-jpl/jenkins/jenkins.sh
===================================================================
--- /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20551)
+++ /issm/trunk-jpl/jenkins/jenkins.sh	(revision 20552)
@@ -70,5 +70,8 @@
 
 	#Do we need to reconfigure
-	if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "Makefile.am" -e "m4" )" ] || [ "$ISSM_EXTERNALPACKAGES" == "yes" ] ; then
+	if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "Makefile.am" -e "m4" )" ] ||
+		[ ! -f "$ISSM_DIR/bin/issm.exe" ] ||
+		[ "$ISSM_EXTERNALPACKAGES" == "yes" ] ;
+	then
 		echo "  -- checking for reconfiguration... yes";
 		ISSM_RECONFIGURE="yes"
@@ -79,5 +82,7 @@
 
 	#Do we need to recompile
-	if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "\.cpp" -e "\.h" )" ] || [ "$ISSM_RECONFIGURE" == "yes" ] ; then
+	if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "\.cpp" -e "\.h" )" ] ||
+		[ "$ISSM_RECONFIGURE" == "yes" ] ;
+	then
 		echo "  -- checking for recompilation... yes";
 		ISSM_COMPILATION="yes"
