Remove "" pairs to avoid word-too-long error on Sun's.

This commit is contained in:
Lutz Kettner 1997-09-09 14:36:37 +00:00
parent 387223b415
commit 2ccb7d9678
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ set DEFAULT_TITLE = "The CGAL Kernel Manual"
# The environment variable CGAL_INCL_DIR is used as default. If it is not
# set, the default setting is empty and include files are not linked.
set cgal_dir = ""
if ($?CGAL_INCL_DIR) set cgal_dir = "-cgal_dir ${CGAL_INCL_DIR}/"
if ($?CGAL_INCL_DIR) then
set cgal_dir = "-cgal_dir ${CGAL_INCL_DIR}/"
endif
# =======================================================