Ignore:
Timestamp:
Jan 11, 2014, 2:54:59 PM (11 years ago)
Author:
gah
Message:

fix nanoscale to dup descriptors 3 and 4 respectively for socket in/out instead of 0 and 1. fix servers to use descriptors 3 and 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/configure

    r4060 r4108  
    629629SUBDIRS
    630630STATSDIR
     631LOGDIR
    631632LD_RPATH
    632633CXXCPP
     
    718719with_tcllib
    719720with_statsdir
     721with_logsdir
    720722with_python
    721723enable_64bit
     
    13631365                          [default=/usr/lib]
    13641366  --with-statsdir=DIR     Write statistics in DIR
     1367  --with-logsdir=DIR      Write log files in DIR
    13651368  --with-python=DIR       location of python [default=yes]
    13661369  --with-x                use the X Window System
     
    24642467else
    24652468  STATSDIR="/var/tmp/visservers"
     2469fi
     2470
     2471
     2472
     2473# Check whether --with-logsdir was given.
     2474if test "${with_logsdir+set}" = set; then :
     2475  withval=$with_logsdir; LOGDIR=$withval
     2476else
     2477  LOGDIR="/tmp"
    24662478fi
    24672479
     
    78297841done
    78307842
     7843for ac_func in mkstemps
     7844do :
     7845  ac_fn_cxx_check_func "$LINENO" "mkstemps" "ac_cv_func_mkstemps"
     7846if test "x$ac_cv_func_mkstemps" = xyes; then :
     7847  cat >>confdefs.h <<_ACEOF
     7848#define HAVE_MKSTEMPS 1
     7849_ACEOF
     7850
     7851fi
     7852done
     7853
    78317854
    78327855SUBDIRS="nanoscale pymolproxy"
     7856
    78337857
    78347858
Note: See TracChangeset for help on using the changeset viewer.