else
           echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6
-          { { echo "$as_me:$LINENO: error: Invalid SQLite directory $withval - unable to find libpq-fe.h under $withval" >&5
-echo "$as_me: error: Invalid SQLite directory $withval - unable to find libpq-fe.h under $withval" >&2;}
+          { { echo "$as_me:$LINENO: error: Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" >&5
+echo "$as_me: error: Invalid PostgreSQL directory $withval - unable to find libpq-fe.h under $withval" >&2;}
    { (exit 1); exit 1; }; }
       fi
       POSTGRESQL_LFLAGS="-L$POSTGRESQL_LIBDIR -lpq"
 
 - Add subsections to the Disaster Recovery index section.
                 
 For 1.33
+- Notes for integrating Nic's code:
+  - Most likely jcr crash is the free_jcr(). The ref count was not incremented
+    in the watchdog call to cancel_job() as it is in the UA -- see
+    dird/job.c.
+  - The ua->jcr = control_jcr in job_monitor_watchdog() dird/job.c doesn't
+    look right.
+  - Add: fd->timer_start = 0;   /* turn off timer */
+    just before "fd->timed_out = TRUE;"in lib/jcr.c jcr_timeout_check.
 - In restore, provide option for limiting to a particular Pool.
 - In restore, list FileSets that only have different base names --
   i.e. any FileSet with the same name should be treated as the same.