Changeset 40383 in vbox for trunk/configure
- Timestamp:
- Mar 6, 2012 4:14:40 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76687
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r40219 r40383 4 4 5 5 # 6 # Copyright (C) 2006-201 1Oracle Corporation6 # Copyright (C) 2006-2012 Oracle Corporation 7 7 # 8 8 # This file is part of VirtualBox Open Source Edition (OSE), as … … 915 915 if test_compile "$LIBVNCSERVER $INCVNCSERVER" libvncserver libvncserver; then 916 916 if test_execute; then 917 cnf_append "VBOX_WITH_ VNC" "1"917 cnf_append "VBOX_WITH_EXTPACK_VNC" "1" 918 918 fi 919 919 fi … … 2563 2563 check_vncserver 2564 2564 else 2565 cnf_append "VBOX_WITH_ VNC" ""2565 cnf_append "VBOX_WITH_EXTPACK_VNC" "" 2566 2566 fi 2567 2567 fi
Note:
See TracChangeset
for help on using the changeset viewer.